#570D91

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

Shades of Indigo #570D91

Tints of Indigo #570D91

Color information

#570D91 (or 0x570D91) is unknown color: approx Indigo. HEX triplet: 57, 0D and 91. RGB value is (87,13,145). Sum of RGB (Red+Green+Blue) = 87+13+145=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #570D91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570D91 is #A8F26E. Grayscale: #313131. Windows color (decimal): -11072111 or 9506135. OLE color: 9506135.

HSL color Cylindrical-coordinate representation of color #570D91: hue angle of 273.64º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570D91 is Cyan = 0.4, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8713145-
CMYK0.40.9100.43
HSL273.64º83.54%30.98%-
HSV(B)273.64º91.03%56.86%-
XYZ9.194.3627.15-
YUV50.17181.52154.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.51%
GREEN value IS 13 (5.47% from 255) = 5.31%
BLUE value IS 145 (57.03% from 255) = 59.18%
R=35.51%
G=5.31%
B=59.18%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87131450.40.9100.43273.6483.5430.98
Hex57D91285B02B112541f
Octal127152215013305342212437
Binary101011111011001000110100010110110101011100010010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570D91; }

 p { color: rgb(87,13,145); }

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

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

 a { background-color: rgb(87,13,145); }

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

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

 span { border-color: rgb(87,13,145); }

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