Html Css Color HEX #490295 Indigo

📋 copy color: '#490295'

red 73 ◦ green 2 ◦ blue 149

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

Shades of Indigo #490295

Tints of Indigo #490295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.52%

R = 32.59%
G = 0.89%
B = 66.52%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#490295 (or 0x490295) is known color: Indigo. HEX triplet: 49, 02 and 95. RGB value is (73,2,149). Sum of RGB (Red+Green+Blue) = 73+2+149=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #490295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490295 is #B6FD6A. Grayscale: #272727. Windows color (decimal): -11992427 or 9765449. OLE color: 9765449.

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

Color convert

RGB 73 2 149 -
CMYK 0.51 0.99 0 0.42
HSL 268.98º 0.97% 0.3% -
HSV(B) 268.98º 0.99% 0.58% -
XYZ 8.19 3.63 28.7 -
YUV 39.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 73 2 149 0.51 0.99 0 0.42 268.98 0.97 0.3
Hex 49 2 95 33 63 0 2A 10D 61 1E
Octal 111 2 225 63 143 0 52 415 141 36
Binary 1001001 10 10010101 110011 1100011 0 101010 100001101 1100001 11110

Color Harmonies of #490295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490295

Black with #490295

Text Example


Text Example

White with #490295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490295; }

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

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

background-color css

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

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

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

border-color css

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

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

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