#570880

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

Shades of Indigo #570880

Tints of Indigo #570880

Color information

#570880 (or 0x570880) is unknown color: approx Indigo. HEX triplet: 57, 08 and 80. RGB value is (87,8,128). Sum of RGB (Red+Green+Blue) = 87+8+128=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #570880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570880 is #A8F77F. Grayscale: #2C2C2C. Windows color (decimal): -11073408 or 8390743. OLE color: 8390743.

HSL color Cylindrical-coordinate representation of color #570880: hue angle of 279.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570880 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB878128-
CMYK0.320.9400.50
HSL279.5º88.24%26.67%-
HSV(B)279.5º93.75%50.2%-
XYZ7.913.7620.73-
YUV45.3174.67157.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.01%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 128 (50.39% from 255) = 57.40%
R=39.01%
G=3.59%
B=57.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8781280.320.9400.50279.588.2426.67
Hex57880205E032118581b
Octal127102004013606243013033
Binary101011110001000000010000010111100110010100011000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570880; }

 p { color: rgb(87,8,128); }

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

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

 a { background-color: rgb(87,8,128); }

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

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

 span { border-color: rgb(87,8,128); }

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