Html Css Color HEX #490493 Indigo

📋 copy color: '#490493'

red 73 ◦ green 4 ◦ blue 147

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

Shades of Indigo #490493

Tints of Indigo #490493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 32.59%
G = 1.79%
B = 65.63%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#490493 (or 0x490493) is known color: Indigo. HEX triplet: 49, 04 and 93. RGB value is (73,4,147). Sum of RGB (Red+Green+Blue) = 73+4+147=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #490493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490493 is #B6FB6C. Grayscale: #282828. Windows color (decimal): -11991917 or 9634889. OLE color: 9634889.

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

Color convert

RGB 73 4 147 -
CMYK 0.50 0.97 0 0.42
HSL 268.95º 0.95% 0.3% -
HSV(B) 268.95º 0.97% 0.58% -
XYZ 8.06 3.61 27.88 -
YUV 40.93 187.86 150.87 -
System Red Green Blue C M Y K H S L
Decimal 73 4 147 0.50 0.97 0 0.42 268.95 0.95 0.3
Hex 49 4 93 32 61 0 2A 10D 5F 1E
Octal 111 4 223 62 141 0 52 415 137 36
Binary 1001001 100 10010011 110010 1100001 0 101010 100001101 1011111 11110

Color Harmonies of #490493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490493

Black with #490493

Text Example


Text Example

White with #490493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490493; }

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

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

background-color css

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

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

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

border-color css

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

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

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