#57026E

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

Shades of Indigo #57026E

Tints of Indigo #57026E

Color information

#57026E (or 0x57026E) is unknown color: approx Indigo. HEX triplet: 57, 02 and 6E. RGB value is (87,2,110). Sum of RGB (Red+Green+Blue) = 87+2+110=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #57026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57026E is #A8FD91. Grayscale: #272727. Windows color (decimal): -11074962 or 7209559. OLE color: 7209559.

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

Color convert

RGB872110-
CMYK0.210.9800.57
HSL287.22º96.43%21.96%-
HSV(B)287.22º98.18%43.14%-
XYZ6.773.215.01-
YUV39.73167.66161.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 110 (43.36% from 255) = 55.28%
R=43.72%
G=1.01%
B=55.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8721100.210.9800.57287.2296.4321.96
Hex5726E156203911f6016
Octal12721562514207143714026
Binary10101111011011101010111000100111001100011111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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