Html Css Color HEX #490576 Indigo

📋 copy color: '#490576'

red 73 ◦ green 5 ◦ blue 118

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

Shades of Indigo #490576

Tints of Indigo #490576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 60.2%

R = 37.24%
G = 2.55%
B = 60.2%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#490576 (or 0x490576) is known color: Indigo. HEX triplet: 49, 05 and 76. RGB value is (73,5,118). Sum of RGB (Red+Green+Blue) = 73+5+118=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #490576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490576 is #B6FA89. Grayscale: #252525. Windows color (decimal): -11991690 or 7734601. OLE color: 7734601.

HSL color Cylindrical-coordinate representation of color #490576: hue angle of 276.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490576 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 5 118 -
CMYK 0.38 0.96 0 0.54
HSL 276.11º 0.92% 0.24% -
HSV(B) 276.11º 0.96% 0.46% -
XYZ 6.07 2.83 17.37 -
YUV 38.21 173.03 152.81 -
System Red Green Blue C M Y K H S L
Decimal 73 5 118 0.38 0.96 0 0.54 276.11 0.92 0.24
Hex 49 5 76 26 60 0 36 114 5C 18
Octal 111 5 166 46 140 0 66 424 134 30
Binary 1001001 101 1110110 100110 1100000 0 110110 100010100 1011100 11000

Color Harmonies of #490576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490576

Black with #490576

Text Example


Text Example

White with #490576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490576; }

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

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

background-color css

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

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

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

border-color css

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

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

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