Html Css Color HEX #491099 Indigo

📋 copy color: '#491099'

red 73 ◦ green 16 ◦ blue 153

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

Shades of Indigo #491099

Tints of Indigo #491099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

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

R = 30.17%
G = 6.61%
B = 63.22%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#491099 (or 0x491099) is known color: Indigo. HEX triplet: 49, 10 and 99. RGB value is (73,16,153). Sum of RGB (Red+Green+Blue) = 73+16+153=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #491099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491099 is #B6EF66. Grayscale: #303030. Windows color (decimal): -11988839 or 10031177. OLE color: 10031177.

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

Color convert

RGB 73 16 153 -
CMYK 0.52 0.90 0 0.4
HSL 264.96º 0.81% 0.33% -
HSV(B) 264.96º 0.9% 0.6% -
XYZ 8.68 4.09 30.47 -
YUV 48.66 186.88 145.36 -
System Red Green Blue C M Y K H S L
Decimal 73 16 153 0.52 0.90 0 0.4 264.96 0.81 0.33
Hex 49 10 99 34 5A 0 28 109 51 21
Octal 111 20 231 64 132 0 50 411 121 41
Binary 1001001 10000 10011001 110100 1011010 0 101000 100001001 1010001 100001

Color Harmonies of #491099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491099

Black with #491099

Text Example


Text Example

White with #491099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491099; }

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

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

background-color css

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

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

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

border-color css

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

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

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