#520476

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

Shades of Indigo #520476

Tints of Indigo #520476

Color information

#520476 (or 0x520476) is unknown color: approx Indigo. HEX triplet: 52, 04 and 76. RGB value is (82,4,118). Sum of RGB (Red+Green+Blue) = 82+4+118=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #520476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520476 is #ADFB89. Grayscale: #272727. Windows color (decimal): -11402122 or 7734354. OLE color: 7734354.

HSL color Cylindrical-coordinate representation of color #520476: hue angle of 281.05º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520476 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB824118-
CMYK0.310.9700.54
HSL281.05º93.44%23.92%-
HSV(B)281.05º96.61%46.27%-
XYZ6.793.1917.4-
YUV40.32171.84157.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=40.20%
G=1.96%
B=57.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8241180.310.9700.54281.0593.4423.92
Hex524761F610361195d18
Octal12241663714106643113530
Binary101001010011101101111111000010110110100011001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520476; }

 p { color: rgb(82,4,118); }

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

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

 a { background-color: rgb(82,4,118); }

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

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

 span { border-color: rgb(82,4,118); }

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