Html Css Color HEX #490E92 Indigo

📋 copy color: '#490E92'

red 73 ◦ green 14 ◦ blue 146

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

Shades of Indigo #490E92

Tints of Indigo #490E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.66%

R = 31.33%
G = 6.01%
B = 62.66%

CMYK

 C value IS 0.5

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#490E92 (or 0x490E92) is known color: Indigo. HEX triplet: 49, 0E and 92. RGB value is (73,14,146). Sum of RGB (Red+Green+Blue) = 73+14+146=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #490E92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490E92 is #B6F16D. Grayscale: #2E2E2E. Windows color (decimal): -11989358 or 9571913. OLE color: 9571913.

HSL color Cylindrical-coordinate representation of color #490E92: hue angle of 266.82º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490E92 is Cyan = 0.5, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 14 146 -
CMYK 0.5 0.90 0 0.43
HSL 266.82º 0.83% 0.31% -
HSV(B) 266.82º 0.9% 0.57% -
XYZ 8.09 3.81 27.5 -
YUV 46.69 184.05 146.77 -
System Red Green Blue C M Y K H S L
Decimal 73 14 146 0.5 0.90 0 0.43 266.82 0.83 0.31
Hex 49 E 92 32 5A 0 2B 10B 52 1F
Octal 111 16 222 62 132 0 53 413 122 37
Binary 1001001 1110 10010010 110010 1011010 0 101011 100001011 1010010 11111

Color Harmonies of #490E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E92

Black with #490E92

Text Example


Text Example

White with #490E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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