#570487

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

Shades of Indigo #570487

Tints of Indigo #570487

Color information

#570487 (or 0x570487) is unknown color: approx Indigo. HEX triplet: 57, 04 and 87. RGB value is (87,4,135). Sum of RGB (Red+Green+Blue) = 87+4+135=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #570487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570487 is #A8FB78. Grayscale: #2B2B2B. Windows color (decimal): -11074425 or 8848471. OLE color: 8848471.

HSL color Cylindrical-coordinate representation of color #570487: hue angle of 278.02º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570487 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB874135-
CMYK0.360.9700.47
HSL278.02º94.24%27.25%-
HSV(B)278.02º97.04%52.94%-
XYZ8.353.8623.23-
YUV43.75179.5158.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 4 (1.95% from 255) = 1.77%
BLUE value IS 135 (53.12% from 255) = 59.73%
R=38.50%
G=1.77%
B=59.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8741350.360.9700.47278.0294.2427.25
Hex57487246102F1165e1b
Octal12742074414105742613633
Binary10101111001000011110010011000010101111100010110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570487; }

 p { color: rgb(87,4,135); }

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

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

 a { background-color: rgb(87,4,135); }

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

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

 span { border-color: rgb(87,4,135); }

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