Html Css Color HEX #490472 Indigo

📋 copy color: '#490472'

red 73 ◦ green 4 ◦ blue 114

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

Shades of Indigo #490472

Tints of Indigo #490472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 59.69%

R = 38.22%
G = 2.09%
B = 59.69%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490472 (or 0x490472) is known color: Indigo. HEX triplet: 49, 04 and 72. RGB value is (73,4,114). Sum of RGB (Red+Green+Blue) = 73+4+114=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #490472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490472 is #B6FB8D. Grayscale: #242424. Windows color (decimal): -11991950 or 7472201. OLE color: 7472201.

HSL color Cylindrical-coordinate representation of color #490472: hue angle of 277.64º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490472 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 4 114 -
CMYK 0.36 0.96 0 0.55
HSL 277.64º 0.93% 0.23% -
HSV(B) 277.64º 0.96% 0.45% -
XYZ 5.83 2.72 16.14 -
YUV 37.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 73 4 114 0.36 0.96 0 0.55 277.64 0.93 0.23
Hex 49 4 72 24 60 0 37 116 5D 17
Octal 111 4 162 44 140 0 67 426 135 27
Binary 1001001 100 1110010 100100 1100000 0 110111 100010110 1011101 10111

Color Harmonies of #490472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490472

Black with #490472

Text Example


Text Example

White with #490472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490472; }

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

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

background-color css

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

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

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

border-color css

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

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

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