#550B77

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

Shades of Indigo #550B77

Tints of Indigo #550B77

Color information

#550B77 (or 0x550B77) is unknown color: approx Indigo. HEX triplet: 55, 0B and 77. RGB value is (85,11,119). Sum of RGB (Red+Green+Blue) = 85+11+119=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #550B77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B77 is #AAF488. Grayscale: #2D2D2D. Windows color (decimal): -11203721 or 7801685. OLE color: 7801685.

HSL color Cylindrical-coordinate representation of color #550B77: hue angle of 281.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550B77 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8511119-
CMYK0.290.9100.53
HSL281.11º83.08%25.49%-
HSV(B)281.11º90.76%46.67%-
XYZ7.23.517.75-
YUV45.44169.52156.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 119 (46.88% from 255) = 55.35%
R=39.53%
G=5.12%
B=55.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85111190.290.9100.53281.1183.0825.49
Hex55B771D5B0351195319
Octal125131673513306543112331
Binary1010101101111101111110110110110110101100011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550B77; }

 p { color: rgb(85,11,119); }

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

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

 a { background-color: rgb(85,11,119); }

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

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

 span { border-color: rgb(85,11,119); }

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