#520E7C

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

Shades of Indigo #520E7C

Tints of Indigo #520E7C

Color information

#520E7C (or 0x520E7C) is unknown color: approx Indigo. HEX triplet: 52, 0E and 7C. RGB value is (82,14,124). Sum of RGB (Red+Green+Blue) = 82+14+124=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #520E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E7C is #ADF183. Grayscale: #2E2E2E. Windows color (decimal): -11399556 or 8130130. OLE color: 8130130.

HSL color Cylindrical-coordinate representation of color #520E7C: hue angle of 277.09º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520E7C is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8214124-
CMYK0.340.8900.51
HSL277.09º79.71%27.06%-
HSV(B)277.09º88.71%48.63%-
XYZ7.273.5619.37-
YUV46.87171.53153.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 14 (5.86% from 255) = 6.36%
BLUE value IS 124 (48.83% from 255) = 56.36%
R=37.27%
G=6.36%
B=56.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82141240.340.8900.51277.0979.7127.06
Hex52E7C2259033115501b
Octal122161744213106342512033
Binary10100101110111110010001010110010110011100010101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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