#551476

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

Shades of Indigo #551476

Tints of Indigo #551476

Color information

#551476 (or 0x551476) is unknown color: approx Indigo. HEX triplet: 55, 14 and 76. RGB value is (85,20,118). Sum of RGB (Red+Green+Blue) = 85+20+118=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #551476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551476 is #AAEB89. Grayscale: #323232. Windows color (decimal): -11201418 or 7738453. OLE color: 7738453.

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

Color convert

RGB8520118-
CMYK0.280.8300.54
HSL279.8º71.01%27.06%-
HSV(B)279.8º83.05%46.27%-
XYZ7.273.7417.48-
YUV50.61166.03152.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=38.12%
G=8.97%
B=52.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85201180.280.8300.54279.871.0127.06
Hex5514761C53036118471b
Octal125241663412306643010733
Binary10101011010011101101110010100110110110100011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551476; }

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

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

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

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

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

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

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

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