#550963

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

Shades of Indigo #550963

Tints of Indigo #550963

Color information

#550963 (or 0x550963) is unknown color: approx Indigo. HEX triplet: 55, 09 and 63. RGB value is (85,9,99). Sum of RGB (Red+Green+Blue) = 85+9+99=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #550963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550963 is #AAF69C. Grayscale: #292929. Windows color (decimal): -11204253 or 6490453. OLE color: 6490453.

HSL color Cylindrical-coordinate representation of color #550963: hue angle of 290.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550963 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB85999-
CMYK0.140.9100.61
HSL290.67º83.33%21.18%-
HSV(B)290.67º90.91%38.82%-
XYZ6.13.0312.07-
YUV41.98160.18158.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=44.04%
G=4.66%
B=51.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal859990.140.9100.61290.6783.3321.18
Hex55963E5B03D1235315
Octal125111431613307544312325
Binary101010110011100011111010110110111101100100011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550963; }

 p { color: rgb(85,9,99); }

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

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

 a { background-color: rgb(85,9,99); }

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

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

 span { border-color: rgb(85,9,99); }

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