#52006E

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

Shades of Indigo #52006E

Tints of Indigo #52006E

Color information

#52006E (or 0x52006E) is unknown color: approx Indigo. HEX triplet: 52, 00 and 6E. RGB value is (82,0,110). Sum of RGB (Red+Green+Blue) = 82+0+110=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #52006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52006E is #ADFF91. Grayscale: #242424. Windows color (decimal): -11403154 or 7209042. OLE color: 7209042.

HSL color Cylindrical-coordinate representation of color #52006E: hue angle of 284.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52006E is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB820110-
CMYK0.25100.57
HSL284.73º100%21.57%-
HSV(B)284.73º100%43.14%-
XYZ6.292.9214.98-
YUV37.06169.17160.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 57.29%
R=42.71%
G=0%
B=57.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8201100.25100.57284.7310021.57
Hex5206E196403911d6416
Octal12201563114407143514426
Binary1010010011011101100111001000111001100011101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52006E; }

 p { color: rgb(82,0,110); }

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

<style>
 a { background-color: #52006E; }

 a { background-color: rgb(82,0,110); }

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

<style>
 span { border-color: #52006E; }

 span { border-color: rgb(82,0,110); }

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