#520175

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

Shades of Indigo #520175

Tints of Indigo #520175

Color information

#520175 (or 0x520175) is unknown color: approx Indigo. HEX triplet: 52, 01 and 75. RGB value is (82,1,117). Sum of RGB (Red+Green+Blue) = 82+1+117=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #520175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520175 is #ADFE8A. Grayscale: #262626. Windows color (decimal): -11402891 or 7668050. OLE color: 7668050.

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

Color convert

RGB821117-
CMYK0.300.9900.54
HSL281.9º98.31%23.14%-
HSV(B)281.9º99.15%45.88%-
XYZ6.73.117.07-
YUV38.44172.34159.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 117 (46.09% from 255) = 58.5%
R=41%
G=0.5%
B=58.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8211170.300.9900.54281.998.3123.14
Hex521751E6303611a6217
Octal12211653614306643214227
Binary1010010111101011111011000110110110100011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520175; }

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

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

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

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

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

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

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

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