#570978

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

Shades of Indigo #570978

Tints of Indigo #570978

Color information

#570978 (or 0x570978) is unknown color: approx Indigo. HEX triplet: 57, 09 and 78. RGB value is (87,9,120). Sum of RGB (Red+Green+Blue) = 87+9+120=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #570978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570978 is #A8F687. Grayscale: #2C2C2C. Windows color (decimal): -11073160 or 7866711. OLE color: 7866711.

HSL color Cylindrical-coordinate representation of color #570978: hue angle of 282.16º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570978 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB879120-
CMYK0.280.9200.53
HSL282.16º86.05%25.29%-
HSV(B)282.16º92.5%47.06%-
XYZ7.423.5818.07-
YUV44.98170.34157.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.28%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=40.28%
G=4.17%
B=55.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8791200.280.9200.53282.1686.0525.29
Hex579781C5C03511a5619
Octal127111703413406543212631
Binary1010111100111110001110010111000110101100011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570978; }

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

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

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

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

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

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

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

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