#520770

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

Shades of Indigo #520770

Tints of Indigo #520770

Color information

#520770 (or 0x520770) is unknown color: approx Indigo. HEX triplet: 52, 07 and 70. RGB value is (82,7,112). Sum of RGB (Red+Green+Blue) = 82+7+112=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #520770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520770 is #ADF88F. Grayscale: #292929. Windows color (decimal): -11401360 or 7341906. OLE color: 7341906.

HSL color Cylindrical-coordinate representation of color #520770: hue angle of 282.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520770 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB827112-
CMYK0.270.9400.56
HSL282.86º88.24%23.33%-
HSV(B)282.86º93.75%43.92%-
XYZ6.483.1215.59-
YUV41.4167.85156.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 7 (3.12% from 255) = 3.48%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=40.80%
G=3.48%
B=55.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8271120.270.9400.56282.8688.2423.33
Hex527701B5E03811b5817
Octal12271603313607043313027
Binary101001011111100001101110111100111000100011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520770; }

 p { color: rgb(82,7,112); }

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

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

 a { background-color: rgb(82,7,112); }

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

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

 span { border-color: rgb(82,7,112); }

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