#570484

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

Shades of Indigo #570484

Tints of Indigo #570484

Color information

#570484 (or 0x570484) is unknown color: approx Indigo. HEX triplet: 57, 04 and 84. RGB value is (87,4,132). Sum of RGB (Red+Green+Blue) = 87+4+132=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #570484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570484 is #A8FB7B. Grayscale: #2A2A2A. Windows color (decimal): -11074428 or 8651863. OLE color: 8651863.

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

Color convert

RGB874132-
CMYK0.340.9700.48
HSL278.91º94.12%26.67%-
HSV(B)278.91º96.97%51.76%-
XYZ8.143.7822.13-
YUV43.41178159.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.01%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 132 (51.95% from 255) = 59.19%
R=39.01%
G=1.79%
B=59.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8741320.340.9700.48278.9194.1226.67
Hex5748422610301175e1b
Octal12742044214106042713633
Binary10101111001000010010001011000010110000100010111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570484; }

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

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

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

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

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

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

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

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