Html Css Color HEX #490E73 Indigo

📋 copy color: '#490E73'

red 73 ◦ green 14 ◦ blue 115

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

Shades of Indigo #490E73

Tints of Indigo #490E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.93%

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

R = 36.14%
G = 6.93%
B = 56.93%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490E73 (or 0x490E73) is known color: Indigo. HEX triplet: 49, 0E and 73. RGB value is (73,14,115). Sum of RGB (Red+Green+Blue) = 73+14+115=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #490E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E73 is #B6F18C. Grayscale: #2A2A2A. Windows color (decimal): -11989389 or 7540297. OLE color: 7540297.

HSL color Cylindrical-coordinate representation of color #490E73: hue angle of 275.05º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490E73 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 14 115 -
CMYK 0.37 0.88 0 0.55
HSL 275.05º 0.78% 0.25% -
HSV(B) 275.05º 0.88% 0.45% -
XYZ 6 2.97 16.48 -
YUV 43.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 73 14 115 0.37 0.88 0 0.55 275.05 0.78 0.25
Hex 49 E 73 25 58 0 37 113 4E 19
Octal 111 16 163 45 130 0 67 423 116 31
Binary 1001001 1110 1110011 100101 1011000 0 110111 100010011 1001110 11001

Color Harmonies of #490E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E73

Black with #490E73

Text Example


Text Example

White with #490E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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