Html Css Color HEX #490273 Indigo

📋 copy color: '#490273'

red 73 ◦ green 2 ◦ blue 115

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

Shades of Indigo #490273

Tints of Indigo #490273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

 BLUE value IS 115 (45.31% from 255) = 60.53%

R = 38.42%
G = 1.05%
B = 60.53%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490273 (or 0x490273) is known color: Indigo. HEX triplet: 49, 02 and 73. RGB value is (73,2,115). Sum of RGB (Red+Green+Blue) = 73+2+115=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #490273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490273 is #B6FD8C. Grayscale: #232323. Windows color (decimal): -11992461 or 7537225. OLE color: 7537225.

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

Color convert

RGB 73 2 115 -
CMYK 0.37 0.98 0 0.55
HSL 277.7º 0.97% 0.23% -
HSV(B) 277.7º 0.98% 0.45% -
XYZ 5.86 2.7 16.43 -
YUV 36.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 73 2 115 0.37 0.98 0 0.55 277.7 0.97 0.23
Hex 49 2 73 25 62 0 37 116 61 17
Octal 111 2 163 45 142 0 67 426 141 27
Binary 1001001 10 1110011 100101 1100010 0 110111 100010110 1100001 10111

Color Harmonies of #490273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490273

Black with #490273

Text Example


Text Example

White with #490273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490273; }

 p { color: rgb(73,2,115); }

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

background-color css

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

 a { background-color: rgb(73,2,115); }

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

border-color css

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

 span { border-color: rgb(73,2,115); }

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