#551399

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

Shades of Indigo #551399

Tints of Indigo #551399

Color information

#551399 (or 0x551399) is unknown color: approx Indigo. HEX triplet: 55, 13 and 99. RGB value is (85,19,153). Sum of RGB (Red+Green+Blue) = 85+19+153=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #551399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551399 is #AAEC66. Grayscale: #353535. Windows color (decimal): -11201639 or 10031957. OLE color: 10031957.

HSL color Cylindrical-coordinate representation of color #551399: hue angle of 269.55º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551399 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8519153-
CMYK0.440.8800.4
HSL269.55º77.91%33.73%-
HSV(B)269.55º87.58%60%-
XYZ9.734.730.53-
YUV54.01183.87150.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 19 (7.81% from 255) = 7.39%
BLUE value IS 153 (60.16% from 255) = 59.53%
R=33.07%
G=7.39%
B=59.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85191530.440.8800.4269.5577.9133.73
Hex5513992C5802810e4e22
Octal125232315413005041611642
Binary10101011001110011001101100101100001010001000011101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551399; }

 p { color: rgb(85,19,153); }

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

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

 a { background-color: rgb(85,19,153); }

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

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

 span { border-color: rgb(85,19,153); }

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