Html Css Color HEX #491090 Indigo

📋 copy color: '#491090'

red 73 ◦ green 16 ◦ blue 144

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

Shades of Indigo #491090

Tints of Indigo #491090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 61.8%

R = 31.33%
G = 6.87%
B = 61.8%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#491090 (or 0x491090) is known color: Indigo. HEX triplet: 49, 10 and 90. RGB value is (73,16,144). Sum of RGB (Red+Green+Blue) = 73+16+144=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #491090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491090 is #B6EF6F. Grayscale: #2F2F2F. Windows color (decimal): -11988848 or 9441353. OLE color: 9441353.

HSL color Cylindrical-coordinate representation of color #491090: hue angle of 266.72º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491090 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 16 144 -
CMYK 0.49 0.89 0 0.44
HSL 266.72º 0.8% 0.31% -
HSV(B) 266.72º 0.89% 0.56% -
XYZ 7.97 3.8 26.7 -
YUV 47.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 73 16 144 0.49 0.89 0 0.44 266.72 0.8 0.31
Hex 49 10 90 31 59 0 2C 10B 50 1F
Octal 111 20 220 61 131 0 54 413 120 37
Binary 1001001 10000 10010000 110001 1011001 0 101100 100001011 1010000 11111

Color Harmonies of #491090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491090

Black with #491090

Text Example


Text Example

White with #491090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491090; }

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

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

background-color css

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

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

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

border-color css

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

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

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