#491393

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

Shades of Indigo #491393

Tints of Indigo #491393

Color information

#491393 (or 0x491393) is unknown color: approx Indigo. HEX triplet: 49, 13 and 93. RGB value is (73,19,147). Sum of RGB (Red+Green+Blue) = 73+19+147=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #491393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491393 is #B6EC6C. Grayscale: #313131. Windows color (decimal): -11988077 or 9638729. OLE color: 9638729.

HSL color Cylindrical-coordinate representation of color #491393: hue angle of 265.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491393 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7319147-
CMYK0.500.8700.42
HSL265.31º77.11%32.55%-
HSV(B)265.31º87.07%57.65%-
XYZ8.253.9927.94-
YUV49.74182.89144.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 19 (7.81% from 255) = 7.95%
BLUE value IS 147 (57.81% from 255) = 61.51%
R=30.54%
G=7.95%
B=61.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73191470.500.8700.42265.3177.1132.55
Hex491393325702A1094d21
Octal111232236212705241111541
Binary10010011001110010011110010101011101010101000010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491393; }

 p { color: rgb(73,19,147); }

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

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

 a { background-color: rgb(73,19,147); }

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

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

 span { border-color: rgb(73,19,147); }

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