Html Css Color HEX #490171 Indigo

📋 copy color: '#490171'

red 73 ◦ green 1 ◦ blue 113

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

Shades of Indigo #490171

Tints of Indigo #490171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 113 (44.53% from 255) = 60.43%

R = 39.04%
G = 0.53%
B = 60.43%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490171 (or 0x490171) is known color: Indigo. HEX triplet: 49, 01 and 71. RGB value is (73,1,113). Sum of RGB (Red+Green+Blue) = 73+1+113=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #490171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490171 is #B6FE8E. Grayscale: #222222. Windows color (decimal): -11992719 or 7405897. OLE color: 7405897.

HSL color Cylindrical-coordinate representation of color #490171: hue angle of 278.57º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490171 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 1 113 -
CMYK 0.35 0.99 0 0.56
HSL 278.57º 0.98% 0.22% -
HSV(B) 278.57º 0.99% 0.44% -
XYZ 5.74 2.63 15.83 -
YUV 35.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 73 1 113 0.35 0.99 0 0.56 278.57 0.98 0.22
Hex 49 1 71 23 63 0 38 117 62 16
Octal 111 1 161 43 143 0 70 427 142 26
Binary 1001001 1 1110001 100011 1100011 0 111000 100010111 1100010 10110

Color Harmonies of #490171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490171

Black with #490171

Text Example


Text Example

White with #490171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490171; }

 p { color: rgb(73,1,113); }

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

background-color css

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

 a { background-color: rgb(73,1,113); }

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

border-color css

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

 span { border-color: rgb(73,1,113); }

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