#57016C

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

Shades of Indigo #57016C

Tints of Indigo #57016C

Color information

#57016C (or 0x57016C) is unknown color: approx Indigo. HEX triplet: 57, 01 and 6C. RGB value is (87,1,108). Sum of RGB (Red+Green+Blue) = 87+1+108=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #57016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57016C is #A8FE93. Grayscale: #262626. Windows color (decimal): -11075220 or 7078231. OLE color: 7078231.

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

Color convert

RGB871108-
CMYK0.190.9900.58
HSL288.22º98.17%21.37%-
HSV(B)288.22º99.07%42.35%-
XYZ6.653.1314.44-
YUV38.91166.99162.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=44.39%
G=0.51%
B=55.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8711080.190.9900.58288.2298.1721.37
Hex5716C136303A1206215
Octal12711542314307244014225
Binary1010111111011001001111000110111010100100000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57016C; }

 p { color: rgb(87,1,108); }

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

<style>
 a { background-color: #57016C; }

 a { background-color: rgb(87,1,108); }

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

<style>
 span { border-color: #57016C; }

 span { border-color: rgb(87,1,108); }

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