#570470

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

Shades of Indigo #570470

Tints of Indigo #570470

Color information

#570470 (or 0x570470) is unknown color: approx Indigo. HEX triplet: 57, 04 and 70. RGB value is (87,4,112). Sum of RGB (Red+Green+Blue) = 87+4+112=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #570470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570470 is #A8FB8F. Grayscale: #282828. Windows color (decimal): -11074448 or 7341143. OLE color: 7341143.

HSL color Cylindrical-coordinate representation of color #570470: hue angle of 286.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570470 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB874112-
CMYK0.220.9600.56
HSL286.11º93.1%22.75%-
HSV(B)286.11º96.43%43.92%-
XYZ6.93.2815.6-
YUV41.13168160.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 112 (44.14% from 255) = 55.17%
R=42.86%
G=1.97%
B=55.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8741120.220.9600.56286.1193.122.75
Hex57470166003811e5d17
Octal12741602614007043613527
Binary101011110011100001011011000000111000100011110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570470; }

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

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

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

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

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

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

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

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