Html Css Color HEX #490373 Indigo

📋 copy color: '#490373'

red 73 ◦ green 3 ◦ blue 115

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

Shades of Indigo #490373

Tints of Indigo #490373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.21%

R = 38.22%
G = 1.57%
B = 60.21%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490373 (or 0x490373) is known color: Indigo. HEX triplet: 49, 03 and 73. RGB value is (73,3,115). Sum of RGB (Red+Green+Blue) = 73+3+115=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #490373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490373 is #B6FC8C. Grayscale: #242424. Windows color (decimal): -11992205 or 7537481. OLE color: 7537481.

HSL color Cylindrical-coordinate representation of color #490373: hue angle of 277.5º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490373 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 3 115 -
CMYK 0.37 0.97 0 0.55
HSL 277.5º 0.95% 0.23% -
HSV(B) 277.5º 0.97% 0.45% -
XYZ 5.87 2.72 16.43 -
YUV 36.7 172.19 153.89 -
System Red Green Blue C M Y K H S L
Decimal 73 3 115 0.37 0.97 0 0.55 277.5 0.95 0.23
Hex 49 3 73 25 61 0 37 116 5F 17
Octal 111 3 163 45 141 0 67 426 137 27
Binary 1001001 11 1110011 100101 1100001 0 110111 100010110 1011111 10111

Color Harmonies of #490373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490373

Black with #490373

Text Example


Text Example

White with #490373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490373; }

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

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

background-color css

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

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

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

border-color css

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

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

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