Html Css Color HEX #490376 Indigo

📋 copy color: '#490376'

red 73 ◦ green 3 ◦ blue 118

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

Shades of Indigo #490376

Tints of Indigo #490376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

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

R = 37.63%
G = 1.55%
B = 60.82%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#490376 (or 0x490376) is known color: Indigo. HEX triplet: 49, 03 and 76. RGB value is (73,3,118). Sum of RGB (Red+Green+Blue) = 73+3+118=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #490376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490376 is #B6FC89. Grayscale: #242424. Windows color (decimal): -11992202 or 7734089. OLE color: 7734089.

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

Color convert

RGB 73 3 118 -
CMYK 0.38 0.97 0 0.54
HSL 276.52º 0.95% 0.24% -
HSV(B) 276.52º 0.97% 0.46% -
XYZ 6.05 2.79 17.36 -
YUV 37.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 73 3 118 0.38 0.97 0 0.54 276.52 0.95 0.24
Hex 49 3 76 26 61 0 36 115 5F 18
Octal 111 3 166 46 141 0 66 425 137 30
Binary 1001001 11 1110110 100110 1100001 0 110110 100010101 1011111 11000

Color Harmonies of #490376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490376

Black with #490376

Text Example


Text Example

White with #490376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490376; }

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

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

background-color css

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

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

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

border-color css

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

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

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