Html Css Color HEX #490394 Indigo

📋 copy color: '#490394'

red 73 ◦ green 3 ◦ blue 148

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

Shades of Indigo #490394

Tints of Indigo #490394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 148 (58.2% from 255) = 66.07%

R = 32.59%
G = 1.34%
B = 66.07%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#490394 (or 0x490394) is known color: Indigo. HEX triplet: 49, 03 and 94. RGB value is (73,3,148). Sum of RGB (Red+Green+Blue) = 73+3+148=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #490394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490394 is #B6FC6B. Grayscale: #272727. Windows color (decimal): -11992172 or 9700169. OLE color: 9700169.

HSL color Cylindrical-coordinate representation of color #490394: hue angle of 268.97º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490394 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 3 148 -
CMYK 0.51 0.98 0 0.42
HSL 268.97º 0.96% 0.3% -
HSV(B) 268.97º 0.98% 0.58% -
XYZ 8.13 3.62 28.29 -
YUV 40.46 188.69 151.21 -
System Red Green Blue C M Y K H S L
Decimal 73 3 148 0.51 0.98 0 0.42 268.97 0.96 0.3
Hex 49 3 94 33 62 0 2A 10D 60 1E
Octal 111 3 224 63 142 0 52 415 140 36
Binary 1001001 11 10010100 110011 1100010 0 101010 100001101 1100000 11110

Color Harmonies of #490394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490394

Black with #490394

Text Example


Text Example

White with #490394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490394; }

 p { color: rgb(73,3,148); }

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

background-color css

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

 a { background-color: rgb(73,3,148); }

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

border-color css

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

 span { border-color: rgb(73,3,148); }

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