#520075

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

Shades of Indigo #520075

Tints of Indigo #520075

Color information

#520075 (or 0x520075) is unknown color: approx Indigo. HEX triplet: 52, 00 and 75. RGB value is (82,0,117). Sum of RGB (Red+Green+Blue) = 82+0+117=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #520075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520075 is #ADFF8A. Grayscale: #252525. Windows color (decimal): -11403147 or 7667794. OLE color: 7667794.

HSL color Cylindrical-coordinate representation of color #520075: hue angle of 282.05º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520075 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB820117-
CMYK0.30100.54
HSL282.05º100%22.94%-
HSV(B)282.05º100%45.88%-
XYZ6.693.0817.07-
YUV37.86172.67159.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=41.21%
G=0%
B=58.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8201170.30100.54282.0510022.94
Hex520751E6403611a6417
Octal12201653614406643214427
Binary1010010011101011111011001000110110100011010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520075; }

 p { color: rgb(82,0,117); }

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

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

 a { background-color: rgb(82,0,117); }

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

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

 span { border-color: rgb(82,0,117); }

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