#570474

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

Shades of Indigo #570474

Tints of Indigo #570474

Color information

#570474 (or 0x570474) is unknown color: approx Indigo. HEX triplet: 57, 04 and 74. RGB value is (87,4,116). Sum of RGB (Red+Green+Blue) = 87+4+116=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #570474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570474 is #A8FB8B. Grayscale: #292929. Windows color (decimal): -11074444 or 7603287. OLE color: 7603287.

HSL color Cylindrical-coordinate representation of color #570474: hue angle of 284.46º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570474 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB874116-
CMYK0.250.9700.55
HSL284.46º93.33%23.53%-
HSV(B)284.46º96.55%45.49%-
XYZ7.133.3716.8-
YUV41.58170160.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.03%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 116 (45.70% from 255) = 56.04%
R=42.03%
G=1.93%
B=56.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8741160.250.9700.55284.4693.3323.53
Hex57474196103711c5d18
Octal12741643114106743413530
Binary101011110011101001100111000010110111100011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570474; }

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

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

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

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

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

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

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

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