#52086B

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

Shades of Indigo #52086B

Tints of Indigo #52086B

Color information

#52086B (or 0x52086B) is unknown color: approx Indigo. HEX triplet: 52, 08 and 6B. RGB value is (82,8,107). Sum of RGB (Red+Green+Blue) = 82+8+107=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #52086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52086B is #ADF794. Grayscale: #292929. Windows color (decimal): -11401109 or 7014482. OLE color: 7014482.

HSL color Cylindrical-coordinate representation of color #52086B: hue angle of 284.85º 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 #52086B is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB828107-
CMYK0.230.9300.58
HSL284.85º86.09%22.55%-
HSV(B)284.85º92.52%41.96%-
XYZ6.223.0314.17-
YUV41.41165.02156.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 8 (3.52% from 255) = 4.06%
BLUE value IS 107 (42.19% from 255) = 54.31%
R=41.62%
G=4.06%
B=54.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8281070.230.9300.58284.8586.0922.55
Hex5286B175D03A11d5617
Octal122101532713507243512627
Binary1010010100011010111011110111010111010100011101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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