#550E78

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

Shades of Indigo #550E78

Tints of Indigo #550E78

Color information

#550E78 (or 0x550E78) is unknown color: approx Indigo. HEX triplet: 55, 0E and 78. RGB value is (85,14,120). Sum of RGB (Red+Green+Blue) = 85+14+120=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #550E78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550E78 is #AAF187. Grayscale: #2E2E2E. Windows color (decimal): -11202952 or 7867989. OLE color: 7867989.

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

Color convert

RGB8514120-
CMYK0.290.8800.53
HSL280.19º79.1%26.27%-
HSV(B)280.19º88.33%47.06%-
XYZ7.293.618.08-
YUV47.31169.02154.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 120 (47.27% from 255) = 54.79%
R=38.81%
G=6.39%
B=54.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85141200.290.8800.53280.1979.126.27
Hex55E781D580351184f1a
Octal125161703513006543011732
Binary1010101111011110001110110110000110101100011000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,14,120); }

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

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

 a { background-color: rgb(85,14,120); }

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

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

 span { border-color: rgb(85,14,120); }

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