Html Css Color HEX #490977 Indigo

📋 copy color: '#490977'

red 73 ◦ green 9 ◦ blue 119

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

Shades of Indigo #490977

Tints of Indigo #490977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

 BLUE value IS 119 (46.88% from 255) = 59.2%

R = 36.32%
G = 4.48%
B = 59.2%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#490977 (or 0x490977) is known color: Indigo. HEX triplet: 49, 09 and 77. RGB value is (73,9,119). Sum of RGB (Red+Green+Blue) = 73+9+119=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #490977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490977 is #B6F688. Grayscale: #282828. Windows color (decimal): -11990665 or 7801161. OLE color: 7801161.

HSL color Cylindrical-coordinate representation of color #490977: hue angle of 274.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490977 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 9 119 -
CMYK 0.39 0.92 0 0.53
HSL 274.91º 0.86% 0.25% -
HSV(B) 274.91º 0.92% 0.47% -
XYZ 6.18 2.94 17.7 -
YUV 40.68 172.2 151.06 -
System Red Green Blue C M Y K H S L
Decimal 73 9 119 0.39 0.92 0 0.53 274.91 0.86 0.25
Hex 49 9 77 27 5C 0 35 113 56 19
Octal 111 11 167 47 134 0 65 423 126 31
Binary 1001001 1001 1110111 100111 1011100 0 110101 100010011 1010110 11001

Color Harmonies of #490977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490977

Black with #490977

Text Example


Text Example

White with #490977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490977; }

 p { color: rgb(73,9,119); }

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

background-color css

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

 a { background-color: rgb(73,9,119); }

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

border-color css

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

 span { border-color: rgb(73,9,119); }

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