Html Css Color HEX #490E72 Indigo

📋 copy color: '#490E72'

red 73 ◦ green 14 ◦ blue 114

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

Shades of Indigo #490E72

Tints of Indigo #490E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.72%

R = 36.32%
G = 6.97%
B = 56.72%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490E72 (or 0x490E72) is known color: Indigo. HEX triplet: 49, 0E and 72. RGB value is (73,14,114). Sum of RGB (Red+Green+Blue) = 73+14+114=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #490E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E72 is #B6F18D. Grayscale: #2A2A2A. Windows color (decimal): -11989390 or 7474761. OLE color: 7474761.

HSL color Cylindrical-coordinate representation of color #490E72: hue angle of 275.4º 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 #490E72 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 14 114 -
CMYK 0.36 0.88 0 0.55
HSL 275.4º 0.78% 0.25% -
HSV(B) 275.4º 0.88% 0.45% -
XYZ 5.94 2.95 16.17 -
YUV 43.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 73 14 114 0.36 0.88 0 0.55 275.4 0.78 0.25
Hex 49 E 72 24 58 0 37 113 4E 19
Octal 111 16 162 44 130 0 67 423 116 31
Binary 1001001 1110 1110010 100100 1011000 0 110111 100010011 1001110 11001

Color Harmonies of #490E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E72

Black with #490E72

Text Example


Text Example

White with #490E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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