#570486

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

Shades of Indigo #570486

Tints of Indigo #570486

Color information

#570486 (or 0x570486) is unknown color: approx Indigo. HEX triplet: 57, 04 and 86. RGB value is (87,4,134). Sum of RGB (Red+Green+Blue) = 87+4+134=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #570486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570486 is #A8FB79. Grayscale: #2B2B2B. Windows color (decimal): -11074426 or 8782935. OLE color: 8782935.

HSL color Cylindrical-coordinate representation of color #570486: hue angle of 278.31º 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 #570486 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB874134-
CMYK0.350.9700.47
HSL278.31º94.2%27.06%-
HSV(B)278.31º97.01%52.55%-
XYZ8.283.8322.86-
YUV43.64179158.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 4 (1.95% from 255) = 1.78%
BLUE value IS 134 (52.73% from 255) = 59.56%
R=38.67%
G=1.78%
B=59.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8741340.350.9700.47278.3194.227.06
Hex57486236102F1165e1b
Octal12742064314105742613633
Binary10101111001000011010001111000010101111100010110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570486; }

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

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

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

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

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

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

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

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