#57029A

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

Shades of Indigo #57029A

Tints of Indigo #57029A

Color information

#57029A (or 0x57029A) is unknown color: approx Indigo. HEX triplet: 57, 02 and 9A. RGB value is (87,2,154). Sum of RGB (Red+Green+Blue) = 87+2+154=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #57029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57029A is #A8FD65. Grayscale: #2C2C2C. Windows color (decimal): -11074918 or 10093143. OLE color: 10093143.

HSL color Cylindrical-coordinate representation of color #57029A: hue angle of 273.55º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57029A is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB872154-
CMYK0.440.9900.40
HSL273.55º97.44%30.59%-
HSV(B)273.55º98.7%60.39%-
XYZ9.784.430.91-
YUV44.74189.66158.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 154 (60.55% from 255) = 63.37%
R=35.80%
G=0.82%
B=63.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8721540.440.9900.40273.5597.4430.59
Hex5729A2C63028112611f
Octal12722325414305042214137
Binary1010111101001101010110011000110101000100010010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57029A; }

 p { color: rgb(87,2,154); }

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

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

 a { background-color: rgb(87,2,154); }

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

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

 span { border-color: rgb(87,2,154); }

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