Html Css Color HEX #490591 Indigo

📋 copy color: '#490591'

red 73 ◦ green 5 ◦ blue 145

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

Shades of Indigo #490591

Tints of Indigo #490591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

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

R = 32.74%
G = 2.24%
B = 65.02%

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

#490591 (or 0x490591) is known color: Indigo. HEX triplet: 49, 05 and 91. RGB value is (73,5,145). Sum of RGB (Red+Green+Blue) = 73+5+145=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #490591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490591 is #B6FA6E. Grayscale: #282828. Windows color (decimal): -11991663 or 9504073. OLE color: 9504073.

HSL color Cylindrical-coordinate representation of color #490591: hue angle of 269.14º degrees, saturation: 0.93, 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 #490591 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 5 145 -
CMYK 0.50 0.97 0 0.43
HSL 269.14º 0.93% 0.29% -
HSV(B) 269.14º 0.97% 0.57% -
XYZ 7.91 3.57 27.06 -
YUV 41.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 73 5 145 0.50 0.97 0 0.43 269.14 0.93 0.29
Hex 49 5 91 32 61 0 2B 10D 5D 1D
Octal 111 5 221 62 141 0 53 415 135 35
Binary 1001001 101 10010001 110010 1100001 0 101011 100001101 1011101 11101

Color Harmonies of #490591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490591

Black with #490591

Text Example


Text Example

White with #490591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490591; }

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

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

background-color css

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

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

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

border-color css

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

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

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