#520E79

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

Shades of Indigo #520E79

Tints of Indigo #520E79

Color information

#520E79 (or 0x520E79) is unknown color: approx Indigo. HEX triplet: 52, 0E and 79. RGB value is (82,14,121). Sum of RGB (Red+Green+Blue) = 82+14+121=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #520E79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E79 is #ADF186. Grayscale: #2E2E2E. Windows color (decimal): -11399559 or 7933522. OLE color: 7933522.

HSL color Cylindrical-coordinate representation of color #520E79: hue angle of 278.13º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520E79 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8214121-
CMYK0.320.8800.53
HSL278.13º79.26%26.47%-
HSV(B)278.13º88.43%47.45%-
XYZ7.093.4918.39-
YUV46.53170.03153.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 14 (5.86% from 255) = 6.45%
BLUE value IS 121 (47.66% from 255) = 55.76%
R=37.79%
G=6.45%
B=55.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82141210.320.8800.53278.1379.2626.47
Hex52E7920580351164f1a
Octal122161714013006542611732
Binary10100101110111100110000010110000110101100010110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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