Html Css Color HEX #490871 Indigo

📋 copy color: '#490871'

red 73 ◦ green 8 ◦ blue 113

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

Shades of Indigo #490871

Tints of Indigo #490871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.12%

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

R = 37.63%
G = 4.12%
B = 58.25%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490871 (or 0x490871) is known color: Indigo. HEX triplet: 49, 08 and 71. RGB value is (73,8,113). Sum of RGB (Red+Green+Blue) = 73+8+113=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #490871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490871 is #B6F78E. Grayscale: #272727. Windows color (decimal): -11990927 or 7407689. OLE color: 7407689.

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

Color convert

RGB 73 8 113 -
CMYK 0.35 0.93 0 0.56
HSL 277.14º 0.87% 0.24% -
HSV(B) 277.14º 0.93% 0.44% -
XYZ 5.82 2.78 15.85 -
YUV 39.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 73 8 113 0.35 0.93 0 0.56 277.14 0.87 0.24
Hex 49 8 71 23 5D 0 38 115 57 18
Octal 111 10 161 43 135 0 70 425 127 30
Binary 1001001 1000 1110001 100011 1011101 0 111000 100010101 1010111 11000

Color Harmonies of #490871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490871

Black with #490871

Text Example


Text Example

White with #490871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490871; }

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

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

background-color css

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

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

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

border-color css

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

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

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