Html Css Color HEX #490199 Indigo

📋 copy color: '#490199'

red 73 ◦ green 1 ◦ blue 153

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

Shades of Indigo #490199

Tints of Indigo #490199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 32.16%
G = 0.44%
B = 67.4%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#490199 (or 0x490199) is known color: Indigo. HEX triplet: 49, 01 and 99. RGB value is (73,1,153). Sum of RGB (Red+Green+Blue) = 73+1+153=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #490199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490199 is #B6FE66. Grayscale: #272727. Windows color (decimal): -11992679 or 10027337. OLE color: 10027337.

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

Color convert

RGB 73 1 153 -
CMYK 0.52 0.99 0 0.4
HSL 268.42º 0.99% 0.3% -
HSV(B) 268.42º 0.99% 0.6% -
XYZ 8.51 3.74 30.41 -
YUV 39.86 191.85 151.64 -
System Red Green Blue C M Y K H S L
Decimal 73 1 153 0.52 0.99 0 0.4 268.42 0.99 0.3
Hex 49 1 99 34 63 0 28 10C 63 1E
Octal 111 1 231 64 143 0 50 414 143 36
Binary 1001001 1 10011001 110100 1100011 0 101000 100001100 1100011 11110

Color Harmonies of #490199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490199

Black with #490199

Text Example


Text Example

White with #490199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490199; }

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

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

background-color css

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

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

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

border-color css

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

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

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