Html Css Color HEX #490291 Indigo

📋 copy color: '#490291'

red 73 ◦ green 2 ◦ blue 145

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

Shades of Indigo #490291

Tints of Indigo #490291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 65.91%

R = 33.18%
G = 0.91%
B = 65.91%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#490291 (or 0x490291) is known color: Indigo. HEX triplet: 49, 02 and 91. RGB value is (73,2,145). Sum of RGB (Red+Green+Blue) = 73+2+145=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #490291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490291 is #B6FD6E. Grayscale: #272727. Windows color (decimal): -11992431 or 9503305. OLE color: 9503305.

HSL color Cylindrical-coordinate representation of color #490291: hue angle of 269.79º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490291 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 2 145 -
CMYK 0.50 0.99 0 0.43
HSL 269.79º 0.97% 0.29% -
HSV(B) 269.79º 0.99% 0.57% -
XYZ 7.88 3.5 27.05 -
YUV 39.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 73 2 145 0.50 0.99 0 0.43 269.79 0.97 0.29
Hex 49 2 91 32 63 0 2B 10E 61 1D
Octal 111 2 221 62 143 0 53 416 141 35
Binary 1001001 10 10010001 110010 1100011 0 101011 100001110 1100001 11101

Color Harmonies of #490291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490291

Black with #490291

Text Example


Text Example

White with #490291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490291; }

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

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

background-color css

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

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

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

border-color css

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

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

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