#550E9F

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

Shades of Indigo #550E9F

Tints of Indigo #550E9F

Color information

#550E9F (or 0x550E9F) is unknown color: approx Indigo. HEX triplet: 55, 0E and 9F. RGB value is (85,14,159). Sum of RGB (Red+Green+Blue) = 85+14+159=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #550E9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550E9F is #AAF160. Grayscale: #333333. Windows color (decimal): -11202913 or 10423893. OLE color: 10423893.

HSL color Cylindrical-coordinate representation of color #550E9F: hue angle of 269.38º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550E9F is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8514159-
CMYK0.470.9100.38
HSL269.38º83.82%33.92%-
HSV(B)269.38º91.19%62.35%-
XYZ10.164.7533.18-
YUV51.76188.52151.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 14 (5.86% from 255) = 5.43%
BLUE value IS 159 (62.5% from 255) = 61.63%
R=32.95%
G=5.43%
B=61.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85141590.470.9100.38269.3883.8233.92
Hex55E9F2F5B02610d5422
Octal125162375713304641512442
Binary1010101111010011111101111101101101001101000011011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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