#570EA0

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

Shades of Indigo #570EA0

Tints of Indigo #570EA0

Color information

#570EA0 (or 0x570EA0) is unknown color: approx Indigo. HEX triplet: 57, 0E and A0. RGB value is (87,14,160). Sum of RGB (Red+Green+Blue) = 87+14+160=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 160 (62.89% from 255 or 61.30% from 261); Max value from RGB is 160 - color contains mainly: blue. Hex color #570EA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570EA0 is #A8F15F. Grayscale: #333333. Windows color (decimal): -11071840 or 10489431. OLE color: 10489431.

HSL color Cylindrical-coordinate representation of color #570EA0: hue angle of 270º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570EA0 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8714160-
CMYK0.460.9100.37
HSL270º83.91%34.12%-
HSV(B)270º91.25%62.75%-
XYZ10.434.8833.65-
YUV52.47188.68152.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.33%
GREEN value IS 14 (5.86% from 255) = 5.36%
BLUE value IS 160 (62.89% from 255) = 61.30%
R=33.33%
G=5.36%
B=61.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87141600.460.9100.3727083.9134.12
Hex57EA02E5B02510e5422
Octal127162405613304541612442
Binary1010111111010100000101110101101101001011000011101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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