Html Css Color HEX #490271 Indigo

📋 copy color: '#490271'

red 73 ◦ green 2 ◦ blue 113

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

Shades of Indigo #490271

Tints of Indigo #490271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 38.83%
G = 1.06%
B = 60.11%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490271 (or 0x490271) is known color: Indigo. HEX triplet: 49, 02 and 71. RGB value is (73,2,113). Sum of RGB (Red+Green+Blue) = 73+2+113=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #490271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490271 is #B6FD8E. Grayscale: #232323. Windows color (decimal): -11992463 or 7406153. OLE color: 7406153.

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

Color convert

RGB 73 2 113 -
CMYK 0.35 0.98 0 0.56
HSL 278.38º 0.97% 0.23% -
HSV(B) 278.38º 0.98% 0.44% -
XYZ 5.75 2.65 15.83 -
YUV 35.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 73 2 113 0.35 0.98 0 0.56 278.38 0.97 0.23
Hex 49 2 71 23 62 0 38 116 61 17
Octal 111 2 161 43 142 0 70 426 141 27
Binary 1001001 10 1110001 100011 1100010 0 111000 100010110 1100001 10111

Color Harmonies of #490271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490271

Black with #490271

Text Example


Text Example

White with #490271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490271; }

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

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

background-color css

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

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

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

border-color css

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

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

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