Html Css Color HEX #491376 Indigo

📋 copy color: '#491376'

red 73 ◦ green 19 ◦ blue 118

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

Shades of Indigo #491376

Tints of Indigo #491376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

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

R = 34.76%
G = 9.05%
B = 56.19%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#491376 (or 0x491376) is known color: Indigo. HEX triplet: 49, 13 and 76. RGB value is (73,19,118). Sum of RGB (Red+Green+Blue) = 73+19+118=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #491376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491376 is #B6EC89. Grayscale: #2E2E2E. Windows color (decimal): -11988106 or 7738185. OLE color: 7738185.

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

Color convert

RGB 73 19 118 -
CMYK 0.38 0.84 0 0.54
HSL 272.73º 0.72% 0.27% -
HSV(B) 272.73º 0.84% 0.46% -
XYZ 6.25 3.19 17.43 -
YUV 46.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 73 19 118 0.38 0.84 0 0.54 272.73 0.72 0.27
Hex 49 13 76 26 54 0 36 111 48 1B
Octal 111 23 166 46 124 0 66 421 110 33
Binary 1001001 10011 1110110 100110 1010100 0 110110 100010001 1001000 11011

Color Harmonies of #491376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491376

Black with #491376

Text Example


Text Example

White with #491376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491376; }

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

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

background-color css

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

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

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

border-color css

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

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

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