#570981

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

Shades of Indigo #570981

Tints of Indigo #570981

Color information

#570981 (or 0x570981) is unknown color: approx Indigo. HEX triplet: 57, 09 and 81. RGB value is (87,9,129). Sum of RGB (Red+Green+Blue) = 87+9+129=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 129 (50.78% from 255 or 57.33% from 225); Max value from RGB is 129 - color contains mainly: blue. Hex color #570981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570981 is #A8F67E. Grayscale: #2D2D2D. Windows color (decimal): -11073151 or 8456535. OLE color: 8456535.

HSL color Cylindrical-coordinate representation of color #570981: hue angle of 279º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570981 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB879129-
CMYK0.330.9300.49
HSL279º86.96%27.06%-
HSV(B)279º93.02%50.59%-
XYZ7.993.8121.08-
YUV46174.84157.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 129 (50.78% from 255) = 57.33%
R=38.67%
G=4%
B=57.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8791290.330.9300.4927986.9627.06
Hex57981215D031117571b
Octal127112014113506142712733
Binary101011110011000000110000110111010110001100010111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570981; }

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

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

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

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

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

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

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

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