#570463

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

Shades of Indigo #570463

Tints of Indigo #570463

Color information

#570463 (or 0x570463) is unknown color: approx Indigo. HEX triplet: 57, 04 and 63. RGB value is (87,4,99). Sum of RGB (Red+Green+Blue) = 87+4+99=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #570463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570463 is #A8FB9C. Grayscale: #272727. Windows color (decimal): -11074461 or 6489175. OLE color: 6489175.

HSL color Cylindrical-coordinate representation of color #570463: hue angle of 292.42º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570463 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB87499-
CMYK0.120.9600.61
HSL292.42º92.23%20.2%-
HSV(B)292.42º95.96%38.82%-
XYZ6.233.0112.06-
YUV39.65161.5161.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 99 (39.06% from 255) = 52.11%
R=45.79%
G=2.11%
B=52.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal874990.120.9600.61292.4292.2320.2
Hex57463C6003D1245c14
Octal12741431414007544413424
Binary10101111001100011110011000000111101100100100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570463; }

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

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

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

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

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

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

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

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