#520D8E

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

Shades of Indigo #520D8E

Tints of Indigo #520D8E

Color information

#520D8E (or 0x520D8E) is unknown color: approx Indigo. HEX triplet: 52, 0D and 8E. RGB value is (82,13,142). Sum of RGB (Red+Green+Blue) = 82+13+142=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #520D8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520D8E is #ADF271. Grayscale: #2F2F2F. Windows color (decimal): -11399794 or 9309522. OLE color: 9309522.

HSL color Cylindrical-coordinate representation of color #520D8E: hue angle of 272.09º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520D8E is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8213142-
CMYK0.420.9100.44
HSL272.09º83.23%30.39%-
HSV(B)272.09º90.85%55.69%-
XYZ8.514.0325.92-
YUV48.34180.86152.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 13 (5.47% from 255) = 5.49%
BLUE value IS 142 (55.86% from 255) = 59.92%
R=34.60%
G=5.49%
B=59.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82131420.420.9100.44272.0983.2330.39
Hex52D8E2A5B02C110531e
Octal122152165213305442012336
Binary101001011011000111010101010110110101100100010000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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