#52089F

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

Shades of Indigo #52089F

Tints of Indigo #52089F

Color information

#52089F (or 0x52089F) is unknown color: approx Indigo. HEX triplet: 52, 08 and 9F. RGB value is (82,8,159). Sum of RGB (Red+Green+Blue) = 82+8+159=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #52089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52089F is #ADF760. Grayscale: #2E2E2E. Windows color (decimal): -11401057 or 10422354. OLE color: 10422354.

HSL color Cylindrical-coordinate representation of color #52089F: hue angle of 269.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52089F is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB828159-
CMYK0.480.9500.38
HSL269.4º90.42%32.75%-
HSV(B)269.4º94.97%62.35%-
XYZ9.824.4733.15-
YUV47.34191.02152.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.93%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 159 (62.5% from 255) = 63.86%
R=32.93%
G=3.21%
B=63.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8281590.480.9500.38269.490.4232.75
Hex5289F305F02610d5a21
Octal122102376013704641513241
Binary1010010100010011111110000101111101001101000011011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52089F; }

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

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

<style>
 a { background-color: #52089F; }

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

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

<style>
 span { border-color: #52089F; }

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

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