#520E72

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

Shades of Indigo #520E72

Tints of Indigo #520E72

Color information

#520E72 (or 0x520E72) is unknown color: approx Indigo. HEX triplet: 52, 0E and 72. RGB value is (82,14,114). Sum of RGB (Red+Green+Blue) = 82+14+114=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #520E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E72 is #ADF18D. Grayscale: #2D2D2D. Windows color (decimal): -11399566 or 7474770. OLE color: 7474770.

HSL color Cylindrical-coordinate representation of color #520E72: hue angle of 280.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520E72 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8214114-
CMYK0.280.8800.55
HSL280.8º78.12%25.1%-
HSV(B)280.8º87.72%44.71%-
XYZ6.673.3216.21-
YUV45.73166.53153.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 14 (5.86% from 255) = 6.67%
BLUE value IS 114 (44.92% from 255) = 54.29%
R=39.05%
G=6.67%
B=54.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82141140.280.8800.55280.878.1225.1
Hex52E721C580371194e19
Octal122161623413006743111631
Binary1010010111011100101110010110000110111100011001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520E72; }

 p { color: rgb(82,14,114); }

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

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

 a { background-color: rgb(82,14,114); }

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

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

 span { border-color: rgb(82,14,114); }

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