Html Css Color HEX #490984 Indigo

📋 copy color: '#490984'

red 73 ◦ green 9 ◦ blue 132

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

Shades of Indigo #490984

Tints of Indigo #490984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 61.68%

R = 34.11%
G = 4.21%
B = 61.68%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#490984 (or 0x490984) is known color: Indigo. HEX triplet: 49, 09 and 84. RGB value is (73,9,132). Sum of RGB (Red+Green+Blue) = 73+9+132=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #490984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490984 is #B6F67B. Grayscale: #292929. Windows color (decimal): -11990652 or 8653129. OLE color: 8653129.

HSL color Cylindrical-coordinate representation of color #490984: hue angle of 271.22º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490984 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 9 132 -
CMYK 0.45 0.93 0 0.48
HSL 271.22º 0.87% 0.28% -
HSV(B) 271.22º 0.93% 0.52% -
XYZ 7.01 3.28 22.09 -
YUV 42.16 178.7 150 -
System Red Green Blue C M Y K H S L
Decimal 73 9 132 0.45 0.93 0 0.48 271.22 0.87 0.28
Hex 49 9 84 2D 5D 0 30 10F 57 1C
Octal 111 11 204 55 135 0 60 417 127 34
Binary 1001001 1001 10000100 101101 1011101 0 110000 100001111 1010111 11100

Color Harmonies of #490984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490984

Black with #490984

Text Example


Text Example

White with #490984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490984; }

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

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

background-color css

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

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

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

border-color css

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

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

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