#570E99

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

Shades of Indigo #570E99

Tints of Indigo #570E99

Color information

#570E99 (or 0x570E99) is unknown color: approx Indigo. HEX triplet: 57, 0E and 99. RGB value is (87,14,153). Sum of RGB (Red+Green+Blue) = 87+14+153=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #570E99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570E99 is #A8F166. Grayscale: #333333. Windows color (decimal): -11071847 or 10030679. OLE color: 10030679.

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

Color convert

RGB8714153-
CMYK0.430.9100.4
HSL271.51º83.23%32.75%-
HSV(B)271.51º90.85%60%-
XYZ9.844.6430.51-
YUV51.67185.18153.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.25%
GREEN value IS 14 (5.86% from 255) = 5.51%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=34.25%
G=5.51%
B=60.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87141530.430.9100.4271.5183.2332.75
Hex57E992B5B0281105321
Octal127162315313305042012341
Binary1010111111010011001101011101101101010001000100001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,14,153); }

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

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

 a { background-color: rgb(87,14,153); }

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

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

 span { border-color: rgb(87,14,153); }

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