Html Css Color HEX #490E70 Indigo

📋 copy color: '#490E70'

red 73 ◦ green 14 ◦ blue 112

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

Shades of Indigo #490E70

Tints of Indigo #490E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.28%

R = 36.68%
G = 7.04%
B = 56.28%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490E70 (or 0x490E70) is known color: Indigo. HEX triplet: 49, 0E and 70. RGB value is (73,14,112). Sum of RGB (Red+Green+Blue) = 73+14+112=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #490E70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E70 is #B6F18F. Grayscale: #2A2A2A. Windows color (decimal): -11989392 or 7343689. OLE color: 7343689.

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

Color convert

RGB 73 14 112 -
CMYK 0.35 0.88 0 0.56
HSL 276.12º 0.78% 0.25% -
HSV(B) 276.12º 0.88% 0.44% -
XYZ 5.83 2.9 15.58 -
YUV 42.81 167.05 149.53 -
System Red Green Blue C M Y K H S L
Decimal 73 14 112 0.35 0.88 0 0.56 276.12 0.78 0.25
Hex 49 E 70 23 58 0 38 114 4E 19
Octal 111 16 160 43 130 0 70 424 116 31
Binary 1001001 1110 1110000 100011 1011000 0 111000 100010100 1001110 11001

Color Harmonies of #490E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E70

Black with #490E70

Text Example


Text Example

White with #490E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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