#551177

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

Shades of Indigo #551177

Tints of Indigo #551177

Color information

#551177 (or 0x551177) is unknown color: approx Indigo. HEX triplet: 55, 11 and 77. RGB value is (85,17,119). Sum of RGB (Red+Green+Blue) = 85+17+119=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #551177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551177 is #AAEE88. Grayscale: #303030. Windows color (decimal): -11202185 or 7803221. OLE color: 7803221.

HSL color Cylindrical-coordinate representation of color #551177: hue angle of 280º 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 #551177 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8517119-
CMYK0.290.8600.53
HSL280º75%26.67%-
HSV(B)280º85.71%46.67%-
XYZ7.283.6617.78-
YUV48.96167.53153.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 17 (7.03% from 255) = 7.69%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=38.46%
G=7.69%
B=53.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85171190.290.8600.532807526.67
Hex5511771D560351184b1b
Octal125211673512606543011333
Binary10101011000111101111110110101100110101100011000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551177; }

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

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

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

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

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

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

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

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