#550E7D

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

Shades of Indigo #550E7D

Tints of Indigo #550E7D

Color information

#550E7D (or 0x550E7D) is unknown color: approx Indigo. HEX triplet: 55, 0E and 7D. RGB value is (85,14,125). Sum of RGB (Red+Green+Blue) = 85+14+125=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #550E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550E7D is #AAF182. Grayscale: #2F2F2F. Windows color (decimal): -11202947 or 8195669. OLE color: 8195669.

HSL color Cylindrical-coordinate representation of color #550E7D: hue angle of 278.38º 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 #550E7D is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8514125-
CMYK0.320.8900.51
HSL278.38º79.86%27.25%-
HSV(B)278.38º88.8%49.02%-
XYZ7.613.7319.72-
YUV47.88171.52154.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 14 (5.86% from 255) = 6.25%
BLUE value IS 125 (49.22% from 255) = 55.80%
R=37.95%
G=6.25%
B=55.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85141250.320.8900.51278.3879.8627.25
Hex55E7D2059033116501b
Octal125161754013106342612033
Binary10101011110111110110000010110010110011100010110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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