Html Css Color HEX #491369 Indigo

📋 copy color: '#491369'

red 73 ◦ green 19 ◦ blue 105

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

Shades of Indigo #491369

Tints of Indigo #491369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.3%

R = 37.06%
G = 9.64%
B = 53.3%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#491369 (or 0x491369) is known color: Indigo. HEX triplet: 49, 13 and 69. RGB value is (73,19,105). Sum of RGB (Red+Green+Blue) = 73+19+105=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #491369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491369 is #B6EC96. Grayscale: #2C2C2C. Windows color (decimal): -11988119 or 6886217. OLE color: 6886217.

HSL color Cylindrical-coordinate representation of color #491369: hue angle of 277.67º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491369 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 19 105 -
CMYK 0.30 0.82 0 0.59
HSL 277.67º 0.69% 0.24% -
HSV(B) 277.67º 0.82% 0.41% -
XYZ 5.53 2.9 13.63 -
YUV 44.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 73 19 105 0.30 0.82 0 0.59 277.67 0.69 0.24
Hex 49 13 69 1E 52 0 3B 116 45 18
Octal 111 23 151 36 122 0 73 426 105 30
Binary 1001001 10011 1101001 11110 1010010 0 111011 100010110 1000101 11000

Color Harmonies of #491369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491369

Black with #491369

Text Example


Text Example

White with #491369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491369; }

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

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

background-color css

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

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

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

border-color css

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

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

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