#570084

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

Shades of Indigo #570084

Tints of Indigo #570084

Color information

#570084 (or 0x570084) is unknown color: approx Indigo. HEX triplet: 57, 00 and 84. RGB value is (87,0,132). Sum of RGB (Red+Green+Blue) = 87+0+132=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #570084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570084 is #A8FF7B. Grayscale: #282828. Windows color (decimal): -11075452 or 8650839. OLE color: 8650839.

HSL color Cylindrical-coordinate representation of color #570084: hue angle of 279.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570084 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB870132-
CMYK0.34100.48
HSL279.55º100%25.88%-
HSV(B)279.55º100%51.76%-
XYZ8.13.6922.12-
YUV41.06179.32160.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 60.27%
R=39.73%
G=0%
B=60.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8701320.34100.48279.5510025.88
Hex570842264030118641a
Octal12702044214406043014432
Binary101011101000010010001011001000110000100011000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570084; }

 p { color: rgb(87,0,132); }

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

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

 a { background-color: rgb(87,0,132); }

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

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

 span { border-color: rgb(87,0,132); }

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