Html Css Color HEX #491582 Indigo

📋 copy color: '#491582'

red 73 ◦ green 21 ◦ blue 130

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

Shades of Indigo #491582

Tints of Indigo #491582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

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

R = 32.59%
G = 9.38%
B = 58.04%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#491582 (or 0x491582) is known color: Indigo. HEX triplet: 49, 15 and 82. RGB value is (73,21,130). Sum of RGB (Red+Green+Blue) = 73+21+130=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #491582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491582 is #B6EA7D. Grayscale: #303030. Windows color (decimal): -11987582 or 8525129. OLE color: 8525129.

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

Color convert

RGB 73 21 130 -
CMYK 0.44 0.84 0 0.49
HSL 268.62º 0.72% 0.3% -
HSV(B) 268.62º 0.84% 0.51% -
XYZ 7.05 3.56 21.44 -
YUV 48.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 73 21 130 0.44 0.84 0 0.49 268.62 0.72 0.3
Hex 49 15 82 2C 54 0 31 10D 48 1E
Octal 111 25 202 54 124 0 61 415 110 36
Binary 1001001 10101 10000010 101100 1010100 0 110001 100001101 1001000 11110

Color Harmonies of #491582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491582

Black with #491582

Text Example


Text Example

White with #491582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491582; }

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

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

background-color css

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

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

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

border-color css

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

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

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