Html Css Color HEX #490491 Indigo

📋 copy color: '#490491'

red 73 ◦ green 4 ◦ blue 145

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

Shades of Indigo #490491

Tints of Indigo #490491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

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

R = 32.88%
G = 1.8%
B = 65.32%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#490491 (or 0x490491) is known color: Indigo. HEX triplet: 49, 04 and 91. RGB value is (73,4,145). Sum of RGB (Red+Green+Blue) = 73+4+145=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #490491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490491 is #B6FB6E. Grayscale: #282828. Windows color (decimal): -11991919 or 9503817. OLE color: 9503817.

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

Color convert

RGB 73 4 145 -
CMYK 0.50 0.97 0 0.43
HSL 269.36º 0.95% 0.29% -
HSV(B) 269.36º 0.97% 0.57% -
XYZ 7.9 3.55 27.06 -
YUV 40.71 186.86 151.04 -
System Red Green Blue C M Y K H S L
Decimal 73 4 145 0.50 0.97 0 0.43 269.36 0.95 0.29
Hex 49 4 91 32 61 0 2B 10D 5F 1D
Octal 111 4 221 62 141 0 53 415 137 35
Binary 1001001 100 10010001 110010 1100001 0 101011 100001101 1011111 11101

Color Harmonies of #490491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490491

Black with #490491

Text Example


Text Example

White with #490491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490491; }

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

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

background-color css

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

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

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

border-color css

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

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

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