Html Css Color HEX #490191 Indigo

📋 copy color: '#490191'

red 73 ◦ green 1 ◦ blue 145

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

Shades of Indigo #490191

Tints of Indigo #490191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 66.21%

R = 33.33%
G = 0.46%
B = 66.21%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#490191 (or 0x490191) is known color: Indigo. HEX triplet: 49, 01 and 91. RGB value is (73,1,145). Sum of RGB (Red+Green+Blue) = 73+1+145=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #490191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490191 is #B6FE6E. Grayscale: #262626. Windows color (decimal): -11992687 or 9503049. OLE color: 9503049.

HSL color Cylindrical-coordinate representation of color #490191: hue angle of 270º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490191 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 1 145 -
CMYK 0.50 0.99 0 0.43
HSL 270º 0.99% 0.29% -
HSV(B) 270º 0.99% 0.57% -
XYZ 7.87 3.48 27.05 -
YUV 38.94 187.85 152.29 -
System Red Green Blue C M Y K H S L
Decimal 73 1 145 0.50 0.99 0 0.43 270 0.99 0.29
Hex 49 1 91 32 63 0 2B 10E 63 1D
Octal 111 1 221 62 143 0 53 416 143 35
Binary 1001001 1 10010001 110010 1100011 0 101011 100001110 1100011 11101

Color Harmonies of #490191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490191

Black with #490191

Text Example


Text Example

White with #490191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490191; }

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

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

background-color css

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

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

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

border-color css

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

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

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