Html Css Color HEX #490179 Indigo

📋 copy color: '#490179'

red 73 ◦ green 1 ◦ blue 121

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

Shades of Indigo #490179

Tints of Indigo #490179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 121 (47.66% from 255) = 62.05%

R = 37.44%
G = 0.51%
B = 62.05%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#490179 (or 0x490179) is known color: Indigo. HEX triplet: 49, 01 and 79. RGB value is (73,1,121). Sum of RGB (Red+Green+Blue) = 73+1+121=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #490179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490179 is #B6FE86. Grayscale: #232323. Windows color (decimal): -11992711 or 7930185. OLE color: 7930185.

HSL color Cylindrical-coordinate representation of color #490179: hue angle of 276º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490179 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 1 121 -
CMYK 0.40 0.99 0 0.53
HSL 276º 0.98% 0.24% -
HSV(B) 276º 0.99% 0.47% -
XYZ 6.21 2.82 18.31 -
YUV 36.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 73 1 121 0.40 0.99 0 0.53 276 0.98 0.24
Hex 49 1 79 28 63 0 35 114 62 18
Octal 111 1 171 50 143 0 65 424 142 30
Binary 1001001 1 1111001 101000 1100011 0 110101 100010100 1100010 11000

Color Harmonies of #490179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490179

Black with #490179

Text Example


Text Example

White with #490179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490179; }

 p { color: rgb(73,1,121); }

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

background-color css

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

 a { background-color: rgb(73,1,121); }

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

border-color css

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

 span { border-color: rgb(73,1,121); }

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