#57026B

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

Shades of Indigo #57026B

Tints of Indigo #57026B

Color information

#57026B (or 0x57026B) is unknown color: approx Indigo. HEX triplet: 57, 02 and 6B. RGB value is (87,2,107). Sum of RGB (Red+Green+Blue) = 87+2+107=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #57026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57026B is #A8FD94. Grayscale: #272727. Windows color (decimal): -11074965 or 7012951. OLE color: 7012951.

HSL color Cylindrical-coordinate representation of color #57026B: hue angle of 288.57º 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 #57026B is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB872107-
CMYK0.190.9800.58
HSL288.57º96.33%21.37%-
HSV(B)288.57º98.13%41.96%-
XYZ6.613.1314.17-
YUV39.38166.16161.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=44.39%
G=1.02%
B=54.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8721070.190.9800.58288.5796.3321.37
Hex5726B136203A1216015
Octal12721532314207244114025
Binary10101111011010111001111000100111010100100001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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