#570176

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

Shades of Indigo #570176

Tints of Indigo #570176

Color information

#570176 (or 0x570176) is unknown color: approx Indigo. HEX triplet: 57, 01 and 76. RGB value is (87,1,118). Sum of RGB (Red+Green+Blue) = 87+1+118=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #570176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570176 is #A8FE89. Grayscale: #272727. Windows color (decimal): -11075210 or 7733591. OLE color: 7733591.

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

Color convert

RGB871118-
CMYK0.260.9900.54
HSL284.1º98.32%23.33%-
HSV(B)284.1º99.15%46.27%-
XYZ7.213.3617.41-
YUV40.05171.99161.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=42.23%
G=0.49%
B=57.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8711180.260.9900.54284.198.3223.33
Hex571761A6303611c6217
Octal12711663214306643414227
Binary1010111111101101101011000110110110100011100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570176; }

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

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

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

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

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

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

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

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