Html Css Color HEX #490995 Indigo

📋 copy color: '#490995'

red 73 ◦ green 9 ◦ blue 149

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

Shades of Indigo #490995

Tints of Indigo #490995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 64.5%

R = 31.6%
G = 3.9%
B = 64.5%

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

#490995 (or 0x490995) is known color: Indigo. HEX triplet: 49, 09 and 95. RGB value is (73,9,149). Sum of RGB (Red+Green+Blue) = 73+9+149=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #490995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490995 is #B6F66A. Grayscale: #2B2B2B. Windows color (decimal): -11990635 or 9767241. OLE color: 9767241.

HSL color Cylindrical-coordinate representation of color #490995: hue angle of 267.43º 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 #490995 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 9 149 -
CMYK 0.51 0.94 0 0.42
HSL 267.43º 0.89% 0.31% -
HSV(B) 267.43º 0.94% 0.58% -
XYZ 8.27 3.78 28.73 -
YUV 44.1 187.2 148.62 -
System Red Green Blue C M Y K H S L
Decimal 73 9 149 0.51 0.94 0 0.42 267.43 0.89 0.31
Hex 49 9 95 33 5E 0 2A 10B 59 1F
Octal 111 11 225 63 136 0 52 413 131 37
Binary 1001001 1001 10010101 110011 1011110 0 101010 100001011 1011001 11111

Color Harmonies of #490995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490995

Black with #490995

Text Example


Text Example

White with #490995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490995; }

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

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

background-color css

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

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

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

border-color css

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

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

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