#570160

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

Shades of Indigo #570160

Tints of Indigo #570160

Color information

#570160 (or 0x570160) is unknown color: approx Indigo. HEX triplet: 57, 01 and 60. RGB value is (87,1,96). Sum of RGB (Red+Green+Blue) = 87+1+96=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #570160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570160 is #A8FE9F. Grayscale: #252525. Windows color (decimal): -11075232 or 6291799. OLE color: 6291799.

HSL color Cylindrical-coordinate representation of color #570160: hue angle of 294.32º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570160 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB87196-
CMYK0.090.9900.62
HSL294.32º97.94%19.02%-
HSV(B)294.32º98.96%37.65%-
XYZ6.052.8911.31-
YUV37.54160.99163.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.28%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 96 (37.89% from 255) = 52.17%
R=47.28%
G=0.54%
B=52.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal871960.090.9900.62294.3297.9419.02
Hex5716096303E1266213
Octal12711401114307644614223
Binary101011111100000100111000110111110100100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570160; }

 p { color: rgb(87,1,96); }

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

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

 a { background-color: rgb(87,1,96); }

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

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

 span { border-color: rgb(87,1,96); }

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