#571177

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

Shades of Indigo #571177

Tints of Indigo #571177

Color information

#571177 (or 0x571177) is unknown color: approx Indigo. HEX triplet: 57, 11 and 77. RGB value is (87,17,119). Sum of RGB (Red+Green+Blue) = 87+17+119=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #571177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571177 is #A8EE88. Grayscale: #313131. Windows color (decimal): -11071113 or 7803223. OLE color: 7803223.

HSL color Cylindrical-coordinate representation of color #571177: hue angle of 281.18º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571177 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8717119-
CMYK0.270.8600.53
HSL281.18º75%26.67%-
HSV(B)281.18º85.71%46.67%-
XYZ7.463.7617.79-
YUV49.56167.19154.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.01%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=39.01%
G=7.62%
B=53.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87171190.270.8600.53281.187526.67
Hex5711771B560351194b1b
Octal127211673312606543111333
Binary10101111000111101111101110101100110101100011001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571177; }

 p { color: rgb(87,17,119); }

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

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

 a { background-color: rgb(87,17,119); }

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

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

 span { border-color: rgb(87,17,119); }

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