#52086C

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

Shades of Indigo #52086C

Tints of Indigo #52086C

Color information

#52086C (or 0x52086C) is unknown color: approx Indigo. HEX triplet: 52, 08 and 6C. RGB value is (82,8,108). Sum of RGB (Red+Green+Blue) = 82+8+108=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #52086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52086C is #ADF793. Grayscale: #292929. Windows color (decimal): -11401108 or 7080018. OLE color: 7080018.

HSL color Cylindrical-coordinate representation of color #52086C: hue angle of 284.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52086C is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB828108-
CMYK0.240.9300.58
HSL284.4º86.21%22.75%-
HSV(B)284.4º92.59%42.35%-
XYZ6.273.0514.45-
YUV41.53165.52156.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 108 (42.58% from 255) = 54.55%
R=41.41%
G=4.04%
B=54.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8281080.240.9300.58284.486.2122.75
Hex5286C185D03A11c5617
Octal122101543013507243412627
Binary1010010100011011001100010111010111010100011100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52086C; }

 p { color: rgb(82,8,108); }

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

<style>
 a { background-color: #52086C; }

 a { background-color: rgb(82,8,108); }

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

<style>
 span { border-color: #52086C; }

 span { border-color: rgb(82,8,108); }

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