#570976

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

Shades of Indigo #570976

Tints of Indigo #570976

Color information

#570976 (or 0x570976) is unknown color: approx Indigo. HEX triplet: 57, 09 and 76. RGB value is (87,9,118). Sum of RGB (Red+Green+Blue) = 87+9+118=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #570976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570976 is #A8F689. Grayscale: #2C2C2C. Windows color (decimal): -11073162 or 7735639. OLE color: 7735639.

HSL color Cylindrical-coordinate representation of color #570976: hue angle of 282.94º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570976 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB879118-
CMYK0.260.9200.54
HSL282.94º85.83%24.9%-
HSV(B)282.94º92.37%46.27%-
XYZ7.33.5317.44-
YUV44.75169.34158.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 118 (46.48% from 255) = 55.14%
R=40.65%
G=4.21%
B=55.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8791180.260.9200.54282.9485.8324.9
Hex579761A5C03611b5619
Octal127111663213406643312631
Binary1010111100111101101101010111000110110100011011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570976; }

 p { color: rgb(87,9,118); }

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

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

 a { background-color: rgb(87,9,118); }

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

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

 span { border-color: rgb(87,9,118); }

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