#520E70

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

Shades of Indigo #520E70

Tints of Indigo #520E70

Color information

#520E70 (or 0x520E70) is unknown color: approx Indigo. HEX triplet: 52, 0E and 70. RGB value is (82,14,112). Sum of RGB (Red+Green+Blue) = 82+14+112=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #520E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E70 is #ADF18F. Grayscale: #2D2D2D. Windows color (decimal): -11399568 or 7343698. OLE color: 7343698.

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

Color convert

RGB8214112-
CMYK0.270.8800.56
HSL281.63º77.78%24.71%-
HSV(B)281.63º87.5%43.92%-
XYZ6.563.2815.62-
YUV45.5165.53154.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 14 (5.86% from 255) = 6.73%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=39.42%
G=6.73%
B=53.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82141120.270.8800.56281.6377.7824.71
Hex52E701B5803811a4e19
Octal122161603313007043211631
Binary1010010111011100001101110110000111000100011010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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