#551576

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

Shades of Indigo #551576

Tints of Indigo #551576

Color information

#551576 (or 0x551576) is unknown color: approx Indigo. HEX triplet: 55, 15 and 76. RGB value is (85,21,118). Sum of RGB (Red+Green+Blue) = 85+21+118=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #551576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551576 is #AAEA89. Grayscale: #323232. Windows color (decimal): -11201162 or 7738709. OLE color: 7738709.

HSL color Cylindrical-coordinate representation of color #551576: hue angle of 279.59º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551576 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8521118-
CMYK0.280.8200.54
HSL279.59º69.78%27.25%-
HSV(B)279.59º82.2%46.27%-
XYZ7.283.7817.48-
YUV51.19165.7152.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=37.95%
G=9.38%
B=52.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85211180.280.8200.54279.5969.7827.25
Hex5515761C52036118461b
Octal125251663412206643010633
Binary10101011010111101101110010100100110110100011000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551576; }

 p { color: rgb(85,21,118); }

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

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

 a { background-color: rgb(85,21,118); }

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

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

 span { border-color: rgb(85,21,118); }

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