Html Css Color HEX #491168 Indigo

📋 copy color: '#491168'

red 73 ◦ green 17 ◦ blue 104

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

Shades of Indigo #491168

Tints of Indigo #491168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

 BLUE value IS 104 (41.02% from 255) = 53.61%

R = 37.63%
G = 8.76%
B = 53.61%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#491168 (or 0x491168) is known color: Indigo. HEX triplet: 49, 11 and 68. RGB value is (73,17,104). Sum of RGB (Red+Green+Blue) = 73+17+104=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #491168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491168 is #B6EE97. Grayscale: #2B2B2B. Windows color (decimal): -11988632 or 6820169. OLE color: 6820169.

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

Color convert

RGB 73 17 104 -
CMYK 0.30 0.84 0 0.59
HSL 278.62º 0.72% 0.24% -
HSV(B) 278.62º 0.84% 0.41% -
XYZ 5.45 2.82 13.35 -
YUV 43.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 73 17 104 0.30 0.84 0 0.59 278.62 0.72 0.24
Hex 49 11 68 1E 54 0 3B 117 48 18
Octal 111 21 150 36 124 0 73 427 110 30
Binary 1001001 10001 1101000 11110 1010100 0 111011 100010111 1001000 11000

Color Harmonies of #491168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491168

Black with #491168

Text Example


Text Example

White with #491168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491168; }

 p { color: rgb(73,17,104); }

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

background-color css

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

 a { background-color: rgb(73,17,104); }

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

border-color css

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

 span { border-color: rgb(73,17,104); }

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