Html Css Color HEX #491576 Indigo

📋 copy color: '#491576'

red 73 ◦ green 21 ◦ blue 118

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

Shades of Indigo #491576

Tints of Indigo #491576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

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

R = 34.43%
G = 9.91%
B = 55.66%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#491576 (or 0x491576) is known color: Indigo. HEX triplet: 49, 15 and 76. RGB value is (73,21,118). Sum of RGB (Red+Green+Blue) = 73+21+118=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #491576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491576 is #B6EA89. Grayscale: #2F2F2F. Windows color (decimal): -11987594 or 7738697. OLE color: 7738697.

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

Color convert

RGB 73 21 118 -
CMYK 0.38 0.82 0 0.54
HSL 272.16º 0.7% 0.27% -
HSV(B) 272.16º 0.82% 0.46% -
XYZ 6.29 3.26 17.44 -
YUV 47.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 73 21 118 0.38 0.82 0 0.54 272.16 0.7 0.27
Hex 49 15 76 26 52 0 36 110 46 1B
Octal 111 25 166 46 122 0 66 420 106 33
Binary 1001001 10101 1110110 100110 1010010 0 110110 100010000 1000110 11011

Color Harmonies of #491576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491576

Black with #491576

Text Example


Text Example

White with #491576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491576; }

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

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

background-color css

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

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

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

border-color css

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

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

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