#551276

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

Shades of Indigo #551276

Tints of Indigo #551276

Color information

#551276 (or 0x551276) is unknown color: approx Indigo. HEX triplet: 55, 12 and 76. RGB value is (85,18,118). Sum of RGB (Red+Green+Blue) = 85+18+118=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #551276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551276 is #AAED89. Grayscale: #313131. Windows color (decimal): -11201930 or 7737941. OLE color: 7737941.

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

Color convert

RGB8518118-
CMYK0.280.8500.54
HSL280.2º73.53%26.67%-
HSV(B)280.2º84.75%46.27%-
XYZ7.233.6717.47-
YUV49.43166.7153.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=38.46%
G=8.14%
B=53.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85181180.280.8500.54280.273.5326.67
Hex5512761C550361184a1b
Octal125221663412506643011233
Binary10101011001011101101110010101010110110100011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551276; }

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

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

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

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

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

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

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

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