Html Css Color HEX #491182 Indigo

📋 copy color: '#491182'

red 73 ◦ green 17 ◦ blue 130

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

Shades of Indigo #491182

Tints of Indigo #491182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 59.09%

R = 33.18%
G = 7.73%
B = 59.09%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#491182 (or 0x491182) is known color: Indigo. HEX triplet: 49, 11 and 82. RGB value is (73,17,130). Sum of RGB (Red+Green+Blue) = 73+17+130=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #491182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491182 is #B6EE7D. Grayscale: #2E2E2E. Windows color (decimal): -11988606 or 8524105. OLE color: 8524105.

HSL color Cylindrical-coordinate representation of color #491182: hue angle of 269.73º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491182 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 17 130 -
CMYK 0.44 0.87 0 0.49
HSL 269.73º 0.77% 0.29% -
HSV(B) 269.73º 0.87% 0.51% -
XYZ 6.98 3.43 21.41 -
YUV 46.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 73 17 130 0.44 0.87 0 0.49 269.73 0.77 0.29
Hex 49 11 82 2C 57 0 31 10E 4D 1D
Octal 111 21 202 54 127 0 61 416 115 35
Binary 1001001 10001 10000010 101100 1010111 0 110001 100001110 1001101 11101

Color Harmonies of #491182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491182

Black with #491182

Text Example


Text Example

White with #491182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491182; }

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

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

background-color css

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

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

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

border-color css

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

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

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