Html Css Color HEX #491393 Indigo

📋 copy color: '#491393'

red 73 ◦ green 19 ◦ blue 147

#491393
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #491393

Tints of Indigo #491393

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 value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#491393 (or 0x491393) is known color: 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

RGB 73 19 147 -
CMYK 0.50 0.87 0 0.42
HSL 265.31º 0.77% 0.33% -
HSV(B) 265.31º 0.87% 0.58% -
XYZ 8.25 3.99 27.94 -
YUV 49.74 182.89 144.59 -
System Red Green Blue C M Y K H S L
Decimal 73 19 147 0.50 0.87 0 0.42 265.31 0.77 0.33
Hex 49 13 93 32 57 0 2A 109 4D 21
Octal 111 23 223 62 127 0 52 411 115 41
Binary 1001001 10011 10010011 110010 1010111 0 101010 100001001 1001101 100001

Color Harmonies of #491393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491393

Black with #491393

Text Example


Text Example

White with #491393

Text Example


Text Example

HTML Codes & Css Web 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>