#570E8A

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

Shades of Indigo #570E8A

Tints of Indigo #570E8A

Color information

#570E8A (or 0x570E8A) is unknown color: approx Indigo. HEX triplet: 57, 0E and 8A. RGB value is (87,14,138). Sum of RGB (Red+Green+Blue) = 87+14+138=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #570E8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570E8A is #A8F175. Grayscale: #313131. Windows color (decimal): -11071862 or 9047639. OLE color: 9047639.

HSL color Cylindrical-coordinate representation of color #570E8A: hue angle of 275.32º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570E8A is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8714138-
CMYK0.370.9000.46
HSL275.32º81.58%29.8%-
HSV(B)275.32º89.86%54.12%-
XYZ8.674.1824.39-
YUV49.96177.68154.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.40%
GREEN value IS 14 (5.86% from 255) = 5.86%
BLUE value IS 138 (54.30% from 255) = 57.74%
R=36.40%
G=5.86%
B=57.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87141380.370.9000.46275.3281.5829.8
Hex57E8A255A02E113521e
Octal127162124513205642312236
Binary101011111101000101010010110110100101110100010011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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