#520D6C

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

Shades of Indigo #520D6C

Tints of Indigo #520D6C

Color information

#520D6C (or 0x520D6C) is unknown color: approx Indigo. HEX triplet: 52, 0D and 6C. RGB value is (82,13,108). Sum of RGB (Red+Green+Blue) = 82+13+108=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #520D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D6C is #ADF293. Grayscale: #2C2C2C. Windows color (decimal): -11399828 or 7081298. OLE color: 7081298.

HSL color Cylindrical-coordinate representation of color #520D6C: hue angle of 283.58º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520D6C is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8213108-
CMYK0.240.8800.58
HSL283.58º78.51%23.73%-
HSV(B)283.58º87.96%42.35%-
XYZ6.333.1614.46-
YUV44.46163.86154.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=40.39%
G=6.40%
B=53.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82131080.240.8800.58283.5878.5123.73
Hex52D6C185803A11c4f18
Octal122151543013007243411730
Binary1010010110111011001100010110000111010100011100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,13,108); }

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

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

 a { background-color: rgb(82,13,108); }

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

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

 span { border-color: rgb(82,13,108); }

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