#550E7C

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

Shades of Indigo #550E7C

Tints of Indigo #550E7C

Color information

#550E7C (or 0x550E7C) is unknown color: approx Indigo. HEX triplet: 55, 0E and 7C. RGB value is (85,14,124). Sum of RGB (Red+Green+Blue) = 85+14+124=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #550E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550E7C is #AAF183. Grayscale: #2F2F2F. Windows color (decimal): -11202948 or 8130133. OLE color: 8130133.

HSL color Cylindrical-coordinate representation of color #550E7C: hue angle of 278.73º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550E7C is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8514124-
CMYK0.310.8900.51
HSL278.73º79.71%27.06%-
HSV(B)278.73º88.71%48.63%-
XYZ7.543.719.39-
YUV47.77171.02154.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 14 (5.86% from 255) = 6.28%
BLUE value IS 124 (48.83% from 255) = 55.61%
R=38.12%
G=6.28%
B=55.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85141240.310.8900.51278.7379.7127.06
Hex55E7C1F59033117501b
Octal125161743713106342712033
Binary1010101111011111001111110110010110011100010111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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