#551699

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

Shades of Indigo #551699

Tints of Indigo #551699

Color information

#551699 (or 0x551699) is unknown color: approx Indigo. HEX triplet: 55, 16 and 99. RGB value is (85,22,153). Sum of RGB (Red+Green+Blue) = 85+22+153=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #551699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551699 is #AAE966. Grayscale: #373737. Windows color (decimal): -11200871 or 10032725. OLE color: 10032725.

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

Color convert

RGB8522153-
CMYK0.440.8600.4
HSL268.85º74.86%34.31%-
HSV(B)268.85º85.62%60%-
XYZ9.784.8130.55-
YUV55.77182.87148.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 22 (8.98% from 255) = 8.46%
BLUE value IS 153 (60.16% from 255) = 58.85%
R=32.69%
G=8.46%
B=58.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85221530.440.8600.4268.8574.8634.31
Hex5516992C5602810d4b22
Octal125262315412605041511342
Binary10101011011010011001101100101011001010001000011011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551699; }

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

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

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

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

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

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

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

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