#570895

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

Shades of Indigo #570895

Tints of Indigo #570895

Color information

#570895 (or 0x570895) is unknown color: approx Indigo. HEX triplet: 57, 08 and 95. RGB value is (87,8,149). Sum of RGB (Red+Green+Blue) = 87+8+149=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #570895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570895 is #A8F76A. Grayscale: #2F2F2F. Windows color (decimal): -11073387 or 9766999. OLE color: 9766999.

HSL color Cylindrical-coordinate representation of color #570895: hue angle of 273.62º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570895 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB878149-
CMYK0.420.9500.42
HSL273.62º89.81%30.78%-
HSV(B)273.62º94.63%58.43%-
XYZ9.444.3728.78-
YUV47.69185.17156.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 8 (3.52% from 255) = 3.28%
BLUE value IS 149 (58.59% from 255) = 61.07%
R=35.66%
G=3.28%
B=61.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8781490.420.9500.42273.6289.8130.78
Hex578952A5F02A1125a1f
Octal127102255213705242213237
Binary101011110001001010110101010111110101010100010010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570895; }

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

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

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

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

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

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

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

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