#57027A

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

Shades of Indigo #57027A

Tints of Indigo #57027A

Color information

#57027A (or 0x57027A) is unknown color: approx Indigo. HEX triplet: 57, 02 and 7A. RGB value is (87,2,122). Sum of RGB (Red+Green+Blue) = 87+2+122=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #57027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57027A is #A8FD85. Grayscale: #282828. Windows color (decimal): -11074950 or 7995991. OLE color: 7995991.

HSL color Cylindrical-coordinate representation of color #57027A: hue angle of 282.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57027A is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB872122-
CMYK0.290.9800.52
HSL282.5º96.77%24.31%-
HSV(B)282.5º98.36%47.84%-
XYZ7.473.4718.69-
YUV41.1173.66160.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=41.23%
G=0.95%
B=57.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8721220.290.9800.52282.596.7724.31
Hex5727A1D6203411a6118
Octal12721723514206443214130
Binary10101111011110101110111000100110100100011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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