#520E9B

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

Shades of Indigo #520E9B

Tints of Indigo #520E9B

Color information

#520E9B (or 0x520E9B) is unknown color: approx Indigo. HEX triplet: 52, 0E and 9B. RGB value is (82,14,155). Sum of RGB (Red+Green+Blue) = 82+14+155=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #520E9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520E9B is #ADF164. Grayscale: #313131. Windows color (decimal): -11399525 or 10161746. OLE color: 10161746.

HSL color Cylindrical-coordinate representation of color #520E9B: hue angle of 268.94º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520E9B is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8214155-
CMYK0.470.9100.39
HSL268.94º83.43%33.14%-
HSV(B)268.94º90.97%60.78%-
XYZ9.554.4731.37-
YUV50.41187.03150.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 155 (60.94% from 255) = 61.75%
R=32.67%
G=5.58%
B=61.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82141550.470.9100.39268.9483.4333.14
Hex52E9B2F5B02710d5321
Octal122162335713304741512341
Binary1010010111010011011101111101101101001111000011011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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