#491693

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

Shades of Indigo #491693

Tints of Indigo #491693

Color information

#491693 (or 0x491693) is unknown color: approx Indigo. HEX triplet: 49, 16 and 93. RGB value is (73,22,147). Sum of RGB (Red+Green+Blue) = 73+22+147=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #491693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491693 is #B6E96C. Grayscale: #333333. Windows color (decimal): -11987309 or 9639497. OLE color: 9639497.

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

Color convert

RGB7322147-
CMYK0.500.8500.42
HSL264.48º73.96%33.14%-
HSV(B)264.48º85.03%57.65%-
XYZ8.34.127.96-
YUV51.5181.9143.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 22 (8.98% from 255) = 9.09%
BLUE value IS 147 (57.81% from 255) = 60.74%
R=30.17%
G=9.09%
B=60.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73221470.500.8500.42264.4873.9633.14
Hex491693325502A1084a21
Octal111262236212505241011241
Binary10010011011010010011110010101010101010101000010001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491693; }

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

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

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

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

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

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

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

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