#55199B

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

Shades of Indigo #55199B

Tints of Indigo #55199B

Color information

#55199B (or 0x55199B) is unknown color: approx Indigo. HEX triplet: 55, 19 and 9B. RGB value is (85,25,155). Sum of RGB (Red+Green+Blue) = 85+25+155=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #55199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55199B is #AAE664. Grayscale: #393939. Windows color (decimal): -11200101 or 10164565. OLE color: 10164565.

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

Color convert

RGB8525155-
CMYK0.450.8400.39
HSL267.69º72.22%35.29%-
HSV(B)267.69º83.87%60.78%-
XYZ10.014.9931.45-
YUV57.76182.88147.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 25 (10.16% from 255) = 9.43%
BLUE value IS 155 (60.94% from 255) = 58.49%
R=32.08%
G=9.43%
B=58.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85251550.450.8400.39267.6972.2235.29
Hex55199B2D5402710c4823
Octal125312335512404741411043
Binary10101011100110011011101101101010001001111000011001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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