Html Css Color HEX #491589 Indigo

📋 copy color: '#491589'

red 73 ◦ green 21 ◦ blue 137

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

Shades of Indigo #491589

Tints of Indigo #491589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 59.31%

R = 31.6%
G = 9.09%
B = 59.31%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#491589 (or 0x491589) is known color: Indigo. HEX triplet: 49, 15 and 89. RGB value is (73,21,137). Sum of RGB (Red+Green+Blue) = 73+21+137=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #491589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491589 is #B6EA76. Grayscale: #313131. Windows color (decimal): -11987575 or 8983881. OLE color: 8983881.

HSL color Cylindrical-coordinate representation of color #491589: hue angle of 266.9º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491589 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 21 137 -
CMYK 0.47 0.85 0 0.46
HSL 266.9º 0.73% 0.31% -
HSV(B) 266.9º 0.85% 0.54% -
XYZ 7.53 3.76 24 -
YUV 49.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 73 21 137 0.47 0.85 0 0.46 266.9 0.73 0.31
Hex 49 15 89 2F 55 0 2E 10B 49 1F
Octal 111 25 211 57 125 0 56 413 111 37
Binary 1001001 10101 10001001 101111 1010101 0 101110 100001011 1001001 11111

Color Harmonies of #491589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491589

Black with #491589

Text Example


Text Example

White with #491589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491589; }

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

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

background-color css

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

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

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

border-color css

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

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

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