Html Css Color HEX #491067 Indigo

📋 copy color: '#491067'

red 73 ◦ green 16 ◦ blue 103

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

Shades of Indigo #491067

Tints of Indigo #491067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 53.65%

R = 38.02%
G = 8.33%
B = 53.65%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#491067 (or 0x491067) is known color: Indigo. HEX triplet: 49, 10 and 67. RGB value is (73,16,103). Sum of RGB (Red+Green+Blue) = 73+16+103=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #491067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491067 is #B6EF98. Grayscale: #2A2A2A. Windows color (decimal): -11988889 or 6754377. OLE color: 6754377.

HSL color Cylindrical-coordinate representation of color #491067: hue angle of 279.31º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491067 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 16 103 -
CMYK 0.29 0.84 0 0.60
HSL 279.31º 0.73% 0.23% -
HSV(B) 279.31º 0.84% 0.4% -
XYZ 5.38 2.77 13.08 -
YUV 42.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 73 16 103 0.29 0.84 0 0.60 279.31 0.73 0.23
Hex 49 10 67 1D 54 0 3C 117 49 17
Octal 111 20 147 35 124 0 74 427 111 27
Binary 1001001 10000 1100111 11101 1010100 0 111100 100010111 1001001 10111

Color Harmonies of #491067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491067

Black with #491067

Text Example


Text Example

White with #491067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491067; }

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

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

background-color css

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

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

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

border-color css

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

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

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