Html Css Color HEX #490992 Indigo

📋 copy color: '#490992'

red 73 ◦ green 9 ◦ blue 146

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

Shades of Indigo #490992

Tints of Indigo #490992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.04%

R = 32.02%
G = 3.95%
B = 64.04%

CMYK

 C value IS 0.5

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#490992 (or 0x490992) is known color: Indigo. HEX triplet: 49, 09 and 92. RGB value is (73,9,146). Sum of RGB (Red+Green+Blue) = 73+9+146=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #490992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490992 is #B6F66D. Grayscale: #2B2B2B. Windows color (decimal): -11990638 or 9570633. OLE color: 9570633.

HSL color Cylindrical-coordinate representation of color #490992: hue angle of 268.03º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490992 is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 9 146 -
CMYK 0.5 0.94 0 0.43
HSL 268.03º 0.88% 0.3% -
HSV(B) 268.03º 0.94% 0.57% -
XYZ 8.03 3.69 27.48 -
YUV 43.75 185.7 148.86 -
System Red Green Blue C M Y K H S L
Decimal 73 9 146 0.5 0.94 0 0.43 268.03 0.88 0.3
Hex 49 9 92 32 5E 0 2B 10C 58 1E
Octal 111 11 222 62 136 0 53 414 130 36
Binary 1001001 1001 10010010 110010 1011110 0 101011 100001100 1011000 11110

Color Harmonies of #490992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490992

Black with #490992

Text Example


Text Example

White with #490992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490992; }

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

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

background-color css

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

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

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

border-color css

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

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

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