Html Css Color HEX #490296 Indigo

📋 copy color: '#490296'

red 73 ◦ green 2 ◦ blue 150

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

Shades of Indigo #490296

Tints of Indigo #490296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 66.67%

R = 32.44%
G = 0.89%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#490296 (or 0x490296) is known color: Indigo. HEX triplet: 49, 02 and 96. RGB value is (73,2,150). Sum of RGB (Red+Green+Blue) = 73+2+150=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #490296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490296 is #B6FD69. Grayscale: #272727. Windows color (decimal): -11992426 or 9830985. OLE color: 9830985.

HSL color Cylindrical-coordinate representation of color #490296: hue angle of 268.78º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490296 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 2 150 -
CMYK 0.51 0.99 0 0.41
HSL 268.78º 0.97% 0.3% -
HSV(B) 268.78º 0.99% 0.59% -
XYZ 8.27 3.66 29.12 -
YUV 40.1 190.02 151.47 -
System Red Green Blue C M Y K H S L
Decimal 73 2 150 0.51 0.99 0 0.41 268.78 0.97 0.3
Hex 49 2 96 33 63 0 29 10D 61 1E
Octal 111 2 226 63 143 0 51 415 141 36
Binary 1001001 10 10010110 110011 1100011 0 101001 100001101 1100001 11110

Color Harmonies of #490296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490296

Black with #490296

Text Example


Text Example

White with #490296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490296; }

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

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

background-color css

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

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

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

border-color css

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

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

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