Html Css Color HEX #491095 Indigo

📋 copy color: '#491095'

red 73 ◦ green 16 ◦ blue 149

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

Shades of Indigo #491095

Tints of Indigo #491095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.61%

R = 30.67%
G = 6.72%
B = 62.61%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#491095 (or 0x491095) is known color: Indigo. HEX triplet: 49, 10 and 95. RGB value is (73,16,149). Sum of RGB (Red+Green+Blue) = 73+16+149=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #491095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491095 is #B6EF6A. Grayscale: #2F2F2F. Windows color (decimal): -11988843 or 9769033. OLE color: 9769033.

HSL color Cylindrical-coordinate representation of color #491095: hue angle of 265.71º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491095 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 16 149 -
CMYK 0.51 0.89 0 0.42
HSL 265.71º 0.81% 0.32% -
HSV(B) 265.71º 0.89% 0.58% -
XYZ 8.36 3.96 28.76 -
YUV 48.21 184.88 145.69 -
System Red Green Blue C M Y K H S L
Decimal 73 16 149 0.51 0.89 0 0.42 265.71 0.81 0.32
Hex 49 10 95 33 59 0 2A 10A 51 20
Octal 111 20 225 63 131 0 52 412 121 40
Binary 1001001 10000 10010101 110011 1011001 0 101010 100001010 1010001 100000

Color Harmonies of #491095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491095

Black with #491095

Text Example


Text Example

White with #491095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491095; }

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

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

background-color css

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

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

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

border-color css

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

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

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