#550493

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

Shades of Indigo #550493

Tints of Indigo #550493

Color information

#550493 (or 0x550493) is unknown color: approx Indigo. HEX triplet: 55, 04 and 93. RGB value is (85,4,147). Sum of RGB (Red+Green+Blue) = 85+4+147=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #550493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550493 is #AAFB6C. Grayscale: #2C2C2C. Windows color (decimal): -11205485 or 9634901. OLE color: 9634901.

HSL color Cylindrical-coordinate representation of color #550493: hue angle of 273.99º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550493 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB854147-
CMYK0.420.9700.42
HSL273.99º94.7%29.61%-
HSV(B)273.99º97.28%57.65%-
XYZ9.064.1227.92-
YUV44.52185.84156.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 147 (57.81% from 255) = 62.29%
R=36.02%
G=1.69%
B=62.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8541470.420.9700.42273.9994.729.61
Hex554932A6102A1125f1e
Octal12542235214105242213736
Binary10101011001001001110101011000010101010100010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550493; }

 p { color: rgb(85,4,147); }

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

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

 a { background-color: rgb(85,4,147); }

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

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

 span { border-color: rgb(85,4,147); }

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