#570D69

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

Shades of Indigo #570D69

Tints of Indigo #570D69

Color information

#570D69 (or 0x570D69) is unknown color: approx Indigo. HEX triplet: 57, 0D and 69. RGB value is (87,13,105). Sum of RGB (Red+Green+Blue) = 87+13+105=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #570D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D69 is #A8F296. Grayscale: #2D2D2D. Windows color (decimal): -11072151 or 6884695. OLE color: 6884695.

HSL color Cylindrical-coordinate representation of color #570D69: hue angle of 288.26º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #570D69 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8713105-
CMYK0.170.8800.59
HSL288.26º77.97%23.14%-
HSV(B)288.26º87.62%41.18%-
XYZ6.623.3313.66-
YUV45.61161.52157.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 13 (5.47% from 255) = 6.34%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=42.44%
G=6.34%
B=51.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87131050.170.8800.59288.2677.9723.14
Hex57D69115803B1204e17
Octal127151512113007344011627
Binary1010111110111010011000110110000111011100100000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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