#570979

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

Shades of Indigo #570979

Tints of Indigo #570979

Color information

#570979 (or 0x570979) is unknown color: approx Indigo. HEX triplet: 57, 09 and 79. RGB value is (87,9,121). Sum of RGB (Red+Green+Blue) = 87+9+121=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #570979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570979 is #A8F686. Grayscale: #2C2C2C. Windows color (decimal): -11073159 or 7932247. OLE color: 7932247.

HSL color Cylindrical-coordinate representation of color #570979: hue angle of 281.79º 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 #570979 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB879121-
CMYK0.280.9300.53
HSL281.79º86.15%25.49%-
HSV(B)281.79º92.56%47.45%-
XYZ7.483.618.39-
YUV45.09170.84157.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.09%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 121 (47.66% from 255) = 55.76%
R=40.09%
G=4.15%
B=55.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8791210.280.9300.53281.7986.1525.49
Hex579791C5D03511a5619
Octal127111713413506543212631
Binary1010111100111110011110010111010110101100011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570979; }

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

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

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

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

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

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

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

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