#520899

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

Shades of Indigo #520899

Tints of Indigo #520899

Color information

#520899 (or 0x520899) is unknown color: approx Indigo. HEX triplet: 52, 08 and 99. RGB value is (82,8,153). Sum of RGB (Red+Green+Blue) = 82+8+153=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #520899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520899 is #ADF766. Grayscale: #2E2E2E. Windows color (decimal): -11401063 or 10029138. OLE color: 10029138.

HSL color Cylindrical-coordinate representation of color #520899: hue angle of 270.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520899 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB828153-
CMYK0.460.9500.4
HSL270.62º90.06%31.57%-
HSV(B)270.62º94.77%60%-
XYZ9.324.2730.47-
YUV46.66188.02153.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 8 (3.52% from 255) = 3.29%
BLUE value IS 153 (60.16% from 255) = 62.96%
R=33.74%
G=3.29%
B=62.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8281530.460.9500.4270.6290.0631.57
Hex528992E5F02810f5a20
Octal122102315613705041713240
Binary1010010100010011001101110101111101010001000011111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520899; }

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

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

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

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

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

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

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

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