#551179

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

Shades of Indigo #551179

Tints of Indigo #551179

Color information

#551179 (or 0x551179) is unknown color: approx Indigo. HEX triplet: 55, 11 and 79. RGB value is (85,17,121). Sum of RGB (Red+Green+Blue) = 85+17+121=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #551179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551179 is #AAEE86. Grayscale: #303030. Windows color (decimal): -11202183 or 7934293. OLE color: 7934293.

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

Color convert

RGB8517121-
CMYK0.300.8600.53
HSL279.23º75.36%27.06%-
HSV(B)279.23º85.95%47.45%-
XYZ7.43.7118.42-
YUV49.19168.53153.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=38.12%
G=7.62%
B=54.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85171210.300.8600.53279.2375.3627.06
Hex5511791E560351174b1b
Octal125211713612606542711333
Binary10101011000111110011111010101100110101100010111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551179; }

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

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

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

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

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

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

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

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