#57026A

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

Shades of Indigo #57026A

Tints of Indigo #57026A

Color information

#57026A (or 0x57026A) is unknown color: approx Indigo. HEX triplet: 57, 02 and 6A. RGB value is (87,2,106). Sum of RGB (Red+Green+Blue) = 87+2+106=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #57026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57026A is #A8FD95. Grayscale: #262626. Windows color (decimal): -11074966 or 6947415. OLE color: 6947415.

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

Color convert

RGB872106-
CMYK0.180.9800.58
HSL289.04º96.3%21.18%-
HSV(B)289.04º98.11%41.57%-
XYZ6.553.1113.89-
YUV39.27165.66162.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 106 (41.80% from 255) = 54.36%
R=44.62%
G=1.03%
B=54.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8721060.180.9800.58289.0496.321.18
Hex5726A126203A1216015
Octal12721522214207244114025
Binary10101111011010101001011000100111010100100001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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