Html Css Color HEX #490091 Indigo

📋 copy color: '#490091'

red 73 ◦ green 0 ◦ blue 145

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

Shades of Indigo #490091

Tints of Indigo #490091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.49%
G = 0%
B = 66.51%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#490091 (or 0x490091) is known color: Indigo. HEX triplet: 49, 00 and 91. RGB value is (73,0,145). Sum of RGB (Red+Green+Blue) = 73+0+145=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #490091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490091 is #B6FF6E. Grayscale: #252525. Windows color (decimal): -11992943 or 9502793. OLE color: 9502793.

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

Color convert

RGB 73 0 145 -
CMYK 0.50 1 0 0.43
HSL 270.21º 1% 0.28% -
HSV(B) 270.21º 1% 0.57% -
XYZ 7.86 3.46 27.04 -
YUV 38.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 73 0 145 0.50 1 0 0.43 270.21 1 0.28
Hex 49 0 91 32 64 0 2B 10E 64 1C
Octal 111 0 221 62 144 0 53 416 144 34
Binary 1001001 0 10010001 110010 1100100 0 101011 100001110 1100100 11100

Color Harmonies of #490091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490091

Black with #490091

Text Example


Text Example

White with #490091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490091; }

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

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

background-color css

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

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

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

border-color css

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

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

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