Html Css Color HEX #491069 Indigo

📋 copy color: '#491069'

red 73 ◦ green 16 ◦ blue 105

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

Shades of Indigo #491069

Tints of Indigo #491069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

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

R = 37.63%
G = 8.25%
B = 54.12%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#491069 (or 0x491069) is known color: Indigo. HEX triplet: 49, 10 and 69. RGB value is (73,16,105). Sum of RGB (Red+Green+Blue) = 73+16+105=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #491069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491069 is #B6EF96. Grayscale: #2A2A2A. Windows color (decimal): -11988887 or 6885449. OLE color: 6885449.

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

Color convert

RGB 73 16 105 -
CMYK 0.30 0.85 0 0.59
HSL 278.43º 0.74% 0.24% -
HSV(B) 278.43º 0.85% 0.41% -
XYZ 5.48 2.81 13.62 -
YUV 43.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 73 16 105 0.30 0.85 0 0.59 278.43 0.74 0.24
Hex 49 10 69 1E 55 0 3B 116 4A 18
Octal 111 20 151 36 125 0 73 426 112 30
Binary 1001001 10000 1101001 11110 1010101 0 111011 100010110 1001010 11000

Color Harmonies of #491069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491069

Black with #491069

Text Example


Text Example

White with #491069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491069; }

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

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

background-color css

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

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

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

border-color css

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

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

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