Html Css Color HEX #490E9F Indigo

📋 copy color: '#490E9F'

red 73 ◦ green 14 ◦ blue 159

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

Shades of Indigo #490E9F

Tints of Indigo #490E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 29.67%
G = 5.69%
B = 64.63%

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

#490E9F (or 0x490E9F) is known color: Indigo. HEX triplet: 49, 0E and 9F. RGB value is (73,14,159). Sum of RGB (Red+Green+Blue) = 73+14+159=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #490E9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490E9F is #B6F160. Grayscale: #2F2F2F. Windows color (decimal): -11989345 or 10423881. OLE color: 10423881.

HSL color Cylindrical-coordinate representation of color #490E9F: hue angle of 264.41º 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 #490E9F is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 14 159 -
CMYK 0.54 0.91 0 0.38
HSL 264.41º 0.84% 0.34% -
HSV(B) 264.41º 0.91% 0.62% -
XYZ 9.16 4.23 33.14 -
YUV 48.17 190.55 145.71 -
System Red Green Blue C M Y K H S L
Decimal 73 14 159 0.54 0.91 0 0.38 264.41 0.84 0.34
Hex 49 E 9F 36 5B 0 26 108 54 22
Octal 111 16 237 66 133 0 46 410 124 42
Binary 1001001 1110 10011111 110110 1011011 0 100110 100001000 1010100 100010

Color Harmonies of #490E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E9F

Black with #490E9F

Text Example


Text Example

White with #490E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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