#520873

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

Shades of Indigo #520873

Tints of Indigo #520873

Color information

#520873 (or 0x520873) is unknown color: approx Indigo. HEX triplet: 52, 08 and 73. RGB value is (82,8,115). Sum of RGB (Red+Green+Blue) = 82+8+115=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #520873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520873 is #ADF78C. Grayscale: #292929. Windows color (decimal): -11401101 or 7538770. OLE color: 7538770.

HSL color Cylindrical-coordinate representation of color #520873: hue angle of 281.5º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520873 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB828115-
CMYK0.290.9300.55
HSL281.5º86.99%24.12%-
HSV(B)281.5º93.04%45.1%-
XYZ6.663.2116.49-
YUV42.32169.02156.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 8 (3.52% from 255) = 3.90%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=40%
G=3.90%
B=56.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8281150.290.9300.55281.586.9924.12
Hex528731D5D0371195718
Octal122101633513506743112730
Binary1010010100011100111110110111010110111100011001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520873; }

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

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

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

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

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

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

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

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