Html Css Color HEX #490571 Indigo

📋 copy color: '#490571'

red 73 ◦ green 5 ◦ blue 113

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

Shades of Indigo #490571

Tints of Indigo #490571

RGB

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

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

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

R = 38.22%
G = 2.62%
B = 59.16%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490571 (or 0x490571) is known color: Indigo. HEX triplet: 49, 05 and 71. RGB value is (73,5,113). Sum of RGB (Red+Green+Blue) = 73+5+113=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #490571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490571 is #B6FA8E. Grayscale: #252525. Windows color (decimal): -11991695 or 7406921. OLE color: 7406921.

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

Color convert

RGB 73 5 113 -
CMYK 0.35 0.96 0 0.56
HSL 277.78º 0.92% 0.23% -
HSV(B) 277.78º 0.96% 0.44% -
XYZ 5.78 2.72 15.84 -
YUV 37.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 73 5 113 0.35 0.96 0 0.56 277.78 0.92 0.23
Hex 49 5 71 23 60 0 38 116 5C 17
Octal 111 5 161 43 140 0 70 426 134 27
Binary 1001001 101 1110001 100011 1100000 0 111000 100010110 1011100 10111

Color Harmonies of #490571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490571

Black with #490571

Text Example


Text Example

White with #490571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490571; }

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

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

background-color css

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

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

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

border-color css

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

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

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