#551599

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

Shades of Indigo #551599

Tints of Indigo #551599

Color information

#551599 (or 0x551599) is unknown color: approx Indigo. HEX triplet: 55, 15 and 99. RGB value is (85,21,153). Sum of RGB (Red+Green+Blue) = 85+21+153=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #551599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551599 is #AAEA66. Grayscale: #363636. Windows color (decimal): -11201127 or 10032469. OLE color: 10032469.

HSL color Cylindrical-coordinate representation of color #551599: hue angle of 269.09º degrees, saturation: 0.76, 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 #551599 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8521153-
CMYK0.440.8600.4
HSL269.09º75.86%34.12%-
HSV(B)269.09º86.27%60%-
XYZ9.764.7730.54-
YUV55.18183.2149.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 21 (8.59% from 255) = 8.11%
BLUE value IS 153 (60.16% from 255) = 59.07%
R=32.82%
G=8.11%
B=59.07%

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
Decimal85211530.440.8600.4269.0975.8634.12
Hex5515992C5602810d4c22
Octal125252315412605041511442
Binary10101011010110011001101100101011001010001000011011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551599; }

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

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

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

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

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

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

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

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