Html Css Color HEX #490076 Indigo

📋 copy color: '#490076'

red 73 ◦ green 0 ◦ blue 118

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

Shades of Indigo #490076

Tints of Indigo #490076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 61.78%

R = 38.22%
G = 0%
B = 61.78%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#490076 (or 0x490076) is known color: Indigo. HEX triplet: 49, 00 and 76. RGB value is (73,0,118). Sum of RGB (Red+Green+Blue) = 73+0+118=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #490076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490076 is #B6FF89. Grayscale: #222222. Windows color (decimal): -11992970 or 7733321. OLE color: 7733321.

HSL color Cylindrical-coordinate representation of color #490076: hue angle of 277.12º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490076 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 0 118 -
CMYK 0.38 1 0 0.54
HSL 277.12º 1% 0.23% -
HSV(B) 277.12º 1% 0.46% -
XYZ 6.02 2.72 17.35 -
YUV 35.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 73 0 118 0.38 1 0 0.54 277.12 1 0.23
Hex 49 0 76 26 64 0 36 115 64 17
Octal 111 0 166 46 144 0 66 425 144 27
Binary 1001001 0 1110110 100110 1100100 0 110110 100010101 1100100 10111

Color Harmonies of #490076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490076

Black with #490076

Text Example


Text Example

White with #490076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490076; }

 p { color: rgb(73,0,118); }

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

background-color css

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

 a { background-color: rgb(73,0,118); }

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

border-color css

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

 span { border-color: rgb(73,0,118); }

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