Html Css Color HEX #490994 Indigo

📋 copy color: '#490994'

red 73 ◦ green 9 ◦ blue 148

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

Shades of Indigo #490994

Tints of Indigo #490994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.91%

 BLUE value IS 148 (58.2% from 255) = 64.35%

R = 31.74%
G = 3.91%
B = 64.35%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#490994 (or 0x490994) is known color: Indigo. HEX triplet: 49, 09 and 94. RGB value is (73,9,148). Sum of RGB (Red+Green+Blue) = 73+9+148=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #490994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490994 is #B6F66B. Grayscale: #2B2B2B. Windows color (decimal): -11990636 or 9701705. OLE color: 9701705.

HSL color Cylindrical-coordinate representation of color #490994: hue angle of 267.63º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490994 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 9 148 -
CMYK 0.51 0.94 0 0.42
HSL 267.63º 0.89% 0.31% -
HSV(B) 267.63º 0.94% 0.58% -
XYZ 8.19 3.75 28.31 -
YUV 43.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 73 9 148 0.51 0.94 0 0.42 267.63 0.89 0.31
Hex 49 9 94 33 5E 0 2A 10C 59 1F
Octal 111 11 224 63 136 0 52 414 131 37
Binary 1001001 1001 10010100 110011 1011110 0 101010 100001100 1011001 11111

Color Harmonies of #490994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490994

Black with #490994

Text Example


Text Example

White with #490994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490994; }

 p { color: rgb(73,9,148); }

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

background-color css

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

 a { background-color: rgb(73,9,148); }

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

border-color css

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

 span { border-color: rgb(73,9,148); }

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