#57036A

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

Shades of Indigo #57036A

Tints of Indigo #57036A

Color information

#57036A (or 0x57036A) is unknown color: approx Indigo. HEX triplet: 57, 03 and 6A. RGB value is (87,3,106). Sum of RGB (Red+Green+Blue) = 87+3+106=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #57036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57036A is #A8FC95. Grayscale: #272727. Windows color (decimal): -11074710 or 6947671. OLE color: 6947671.

HSL color Cylindrical-coordinate representation of color #57036A: hue angle of 288.93º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57036A is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB873106-
CMYK0.180.9700.58
HSL288.93º94.5%21.37%-
HSV(B)288.93º97.17%41.57%-
XYZ6.563.1313.89-
YUV39.86165.33161.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 3 (1.56% from 255) = 1.53%
BLUE value IS 106 (41.80% from 255) = 54.08%
R=44.39%
G=1.53%
B=54.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8731060.180.9700.58288.9394.521.37
Hex5736A126103A1215e15
Octal12731522214107244113625
Binary10101111111010101001011000010111010100100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,3,106); }

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

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

 a { background-color: rgb(87,3,106); }

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

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

 span { border-color: rgb(87,3,106); }

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