Html Css Color HEX #490F72 Indigo

📋 copy color: '#490F72'

red 73 ◦ green 15 ◦ blue 114

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

Shades of Indigo #490F72

Tints of Indigo #490F72

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.43%

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

R = 36.14%
G = 7.43%
B = 56.44%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490F72 (or 0x490F72) is known color: Indigo. HEX triplet: 49, 0F and 72. RGB value is (73,15,114). Sum of RGB (Red+Green+Blue) = 73+15+114=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #490F72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F72 is #B6F08D. Grayscale: #2B2B2B. Windows color (decimal): -11989134 or 7475017. OLE color: 7475017.

HSL color Cylindrical-coordinate representation of color #490F72: hue angle of 275.15º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #490F72 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 15 114 -
CMYK 0.36 0.87 0 0.55
HSL 275.15º 0.77% 0.25% -
HSV(B) 275.15º 0.87% 0.45% -
XYZ 5.96 2.97 16.18 -
YUV 43.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 73 15 114 0.36 0.87 0 0.55 275.15 0.77 0.25
Hex 49 F 72 24 57 0 37 113 4D 19
Octal 111 17 162 44 127 0 67 423 115 31
Binary 1001001 1111 1110010 100100 1010111 0 110111 100010011 1001101 11001

Color Harmonies of #490F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F72

Black with #490F72

Text Example


Text Example

White with #490F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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