#530BA2

Color #530BA2 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #530BA2

Tints of Indigo #530BA2

Color information

#530BA2 (or 0x530BA2) is unknown color: approx Indigo. HEX triplet: 53, 0B and A2. RGB value is (83,11,162). Sum of RGB (Red+Green+Blue) = 83+11+162=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 162 (63.67% from 255 or 63.28% from 256); Max value from RGB is 162 - color contains mainly: blue. Hex color #530BA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530BA2 is #ACF45D. Grayscale: #313131. Windows color (decimal): -11334750 or 10619731. OLE color: 10619731.

HSL color Cylindrical-coordinate representation of color #530BA2: hue angle of 268.61º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530BA2 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8311162-
CMYK0.490.9300.36
HSL268.61º87.28%33.92%-
HSV(B)268.61º93.21%63.53%-
XYZ10.214.6934.55-
YUV49.74191.35151.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 162 (63.67% from 255) = 63.28%
R=32.42%
G=4.30%
B=63.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83111620.490.9300.36268.6187.2833.92
Hex53BA2315D02410d5722
Octal123132426113504441512742
Binary1010011101110100010110001101110101001001000011011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530BA2; }

 p { color: rgb(83,11,162); }

 H1.HeaderClassName
 {
   color: #530BA2;
 }
 .AnyTagClassName
 {
   color: #530BA2;
 }
</style>
background-color css

<style>
 a { background-color: #530BA2; }

 a { background-color: rgb(83,11,162); }

 div.DivClassName
 {
   background-color: #530BA2;
 }
 .BgClassName
 {
   background-color: #530BA2;
 }
</style>
border-color css

<style>
 span { border-color: #530BA2; }

 span { border-color: rgb(83,11,162); }

 td.TdClassName
 {
   border-color: #530BA2;
 }
 .TagClassName
 {
   border-color: #530BA2;
 }
</style>