Html Css Color HEX #491199 Indigo

📋 copy color: '#491199'

red 73 ◦ green 17 ◦ blue 153

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

Shades of Indigo #491199

Tints of Indigo #491199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7%

 BLUE value IS 153 (60.16% from 255) = 62.96%

R = 30.04%
G = 7%
B = 62.96%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#491199 (or 0x491199) is known color: Indigo. HEX triplet: 49, 11 and 99. RGB value is (73,17,153). Sum of RGB (Red+Green+Blue) = 73+17+153=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #491199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491199 is #B6EE66. Grayscale: #303030. Windows color (decimal): -11988583 or 10031433. OLE color: 10031433.

HSL color Cylindrical-coordinate representation of color #491199: hue angle of 264.71º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491199 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 17 153 -
CMYK 0.52 0.89 0 0.4
HSL 264.71º 0.8% 0.33% -
HSV(B) 264.71º 0.89% 0.6% -
XYZ 8.7 4.12 30.47 -
YUV 49.25 186.55 144.94 -
System Red Green Blue C M Y K H S L
Decimal 73 17 153 0.52 0.89 0 0.4 264.71 0.8 0.33
Hex 49 11 99 34 59 0 28 109 50 21
Octal 111 21 231 64 131 0 50 411 120 41
Binary 1001001 10001 10011001 110100 1011001 0 101000 100001001 1010000 100001

Color Harmonies of #491199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491199

Black with #491199

Text Example


Text Example

White with #491199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491199; }

 p { color: rgb(73,17,153); }

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

background-color css

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

 a { background-color: rgb(73,17,153); }

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

border-color css

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

 span { border-color: rgb(73,17,153); }

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