#55099B

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

Shades of Indigo #55099B

Tints of Indigo #55099B

Color information

#55099B (or 0x55099B) is unknown color: approx Indigo. HEX triplet: 55, 09 and 9B. RGB value is (85,9,155). Sum of RGB (Red+Green+Blue) = 85+9+155=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #55099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55099B is #AAF664. Grayscale: #2F2F2F. Windows color (decimal): -11204197 or 10160469. OLE color: 10160469.

HSL color Cylindrical-coordinate representation of color #55099B: hue angle of 271.23º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55099B is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB859155-
CMYK0.450.9400.39
HSL271.23º89.02%32.16%-
HSV(B)271.23º94.19%60.78%-
XYZ9.764.4931.36-
YUV48.37188.18154.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 9 (3.91% from 255) = 3.61%
BLUE value IS 155 (60.94% from 255) = 62.25%
R=34.14%
G=3.61%
B=62.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8591550.450.9400.39271.2389.0232.16
Hex5599B2D5E02710f5920
Octal125112335513604741713140
Binary1010101100110011011101101101111001001111000011111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55099B; }

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

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

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

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

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

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

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

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