#570564

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

Shades of Indigo #570564

Tints of Indigo #570564

Color information

#570564 (or 0x570564) is unknown color: approx Indigo. HEX triplet: 57, 05 and 64. RGB value is (87,5,100). Sum of RGB (Red+Green+Blue) = 87+5+100=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #570564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570564 is #A8FA9B. Grayscale: #282828. Windows color (decimal): -11074204 or 6554967. OLE color: 6554967.

HSL color Cylindrical-coordinate representation of color #570564: hue angle of 291.79º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570564 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB875100-
CMYK0.130.9500.61
HSL291.79º90.48%20.59%-
HSV(B)291.79º95%39.22%-
XYZ6.293.0512.31-
YUV40.35161.67161.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 100 (39.45% from 255) = 52.08%
R=45.31%
G=2.60%
B=52.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8751000.130.9500.61291.7990.4820.59
Hex57564D5F03D1245a15
Octal12751441513707544413225
Binary10101111011100100110110111110111101100100100101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570564; }

 p { color: rgb(87,5,100); }

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

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

 a { background-color: rgb(87,5,100); }

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

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

 span { border-color: rgb(87,5,100); }

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