Html Css Color HEX #491896 Indigo

📋 copy color: '#491896'

red 73 ◦ green 24 ◦ blue 150

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

Shades of Indigo #491896

Tints of Indigo #491896

RGB

 RED value IS 73 (28.91% from 255) = 29.55%

 GREEN value IS 24 (9.77% from 255) = 9.72%

 BLUE value IS 150 (58.98% from 255) = 60.73%

R = 29.55%
G = 9.72%
B = 60.73%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#491896 (or 0x491896) is known color: Indigo. HEX triplet: 49, 18 and 96. RGB value is (73,24,150). Sum of RGB (Red+Green+Blue) = 73+24+150=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #491896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491896 is #B6E769. Grayscale: #343434. Windows color (decimal): -11986794 or 9836617. OLE color: 9836617.

HSL color Cylindrical-coordinate representation of color #491896: hue angle of 263.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491896 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 24 150 -
CMYK 0.51 0.84 0 0.41
HSL 263.33º 0.72% 0.34% -
HSV(B) 263.33º 0.84% 0.59% -
XYZ 8.58 4.27 29.23 -
YUV 53.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 73 24 150 0.51 0.84 0 0.41 263.33 0.72 0.34
Hex 49 18 96 33 54 0 29 107 48 22
Octal 111 30 226 63 124 0 51 407 110 42
Binary 1001001 11000 10010110 110011 1010100 0 101001 100000111 1001000 100010

Color Harmonies of #491896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491896

Black with #491896

Text Example


Text Example

White with #491896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491896; }

 p { color: rgb(73,24,150); }

 H1.HeaderClassName
 {
   color: #491896;
 }
 .AnyTagClassName
 {
   color: #491896;
 }
</style>

background-color css

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

 a { background-color: rgb(73,24,150); }

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

border-color css

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

 span { border-color: rgb(73,24,150); }

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