Html Css Color HEX #490E9E Indigo

📋 copy color: '#490E9E'

red 73 ◦ green 14 ◦ blue 158

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

Shades of Indigo #490E9E

Tints of Indigo #490E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 64.49%

R = 29.8%
G = 5.71%
B = 64.49%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#490E9E (or 0x490E9E) is known color: Indigo. HEX triplet: 49, 0E and 9E. RGB value is (73,14,158). Sum of RGB (Red+Green+Blue) = 73+14+158=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #490E9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490E9E is #B6F161. Grayscale: #2F2F2F. Windows color (decimal): -11989346 or 10358345. OLE color: 10358345.

HSL color Cylindrical-coordinate representation of color #490E9E: hue angle of 264.58º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490E9E is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 14 158 -
CMYK 0.54 0.91 0 0.38
HSL 264.58º 0.84% 0.34% -
HSV(B) 264.58º 0.91% 0.62% -
XYZ 9.08 4.2 32.68 -
YUV 48.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 73 14 158 0.54 0.91 0 0.38 264.58 0.84 0.34
Hex 49 E 9E 36 5B 0 26 109 54 22
Octal 111 16 236 66 133 0 46 411 124 42
Binary 1001001 1110 10011110 110110 1011011 0 100110 100001001 1010100 100010

Color Harmonies of #490E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E9E

Black with #490E9E

Text Example


Text Example

White with #490E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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