Html Css Color HEX #490393 Indigo

📋 copy color: '#490393'

red 73 ◦ green 3 ◦ blue 147

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

Shades of Indigo #490393

Tints of Indigo #490393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 65.92%

R = 32.74%
G = 1.35%
B = 65.92%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#490393 (or 0x490393) is known color: Indigo. HEX triplet: 49, 03 and 93. RGB value is (73,3,147). Sum of RGB (Red+Green+Blue) = 73+3+147=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #490393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490393 is #B6FC6C. Grayscale: #272727. Windows color (decimal): -11992173 or 9634633. OLE color: 9634633.

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

Color convert

RGB 73 3 147 -
CMYK 0.50 0.98 0 0.42
HSL 269.17º 0.96% 0.29% -
HSV(B) 269.17º 0.98% 0.58% -
XYZ 8.05 3.59 27.87 -
YUV 40.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 73 3 147 0.50 0.98 0 0.42 269.17 0.96 0.29
Hex 49 3 93 32 62 0 2A 10D 60 1D
Octal 111 3 223 62 142 0 52 415 140 35
Binary 1001001 11 10010011 110010 1100010 0 101010 100001101 1100000 11101

Color Harmonies of #490393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490393

Black with #490393

Text Example


Text Example

White with #490393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490393; }

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

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

background-color css

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

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

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

border-color css

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

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

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