Html Css Color HEX #491581 Indigo

📋 copy color: '#491581'

red 73 ◦ green 21 ◦ blue 129

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

Shades of Indigo #491581

Tints of Indigo #491581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 57.85%

R = 32.74%
G = 9.42%
B = 57.85%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#491581 (or 0x491581) is known color: Indigo. HEX triplet: 49, 15 and 81. RGB value is (73,21,129). Sum of RGB (Red+Green+Blue) = 73+21+129=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #491581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491581 is #B6EA7E. Grayscale: #303030. Windows color (decimal): -11987583 or 8459593. OLE color: 8459593.

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

Color convert

RGB 73 21 129 -
CMYK 0.43 0.84 0 0.49
HSL 268.89º 0.72% 0.29% -
HSV(B) 268.89º 0.84% 0.51% -
XYZ 6.98 3.54 21.08 -
YUV 48.86 173.23 145.22 -
System Red Green Blue C M Y K H S L
Decimal 73 21 129 0.43 0.84 0 0.49 268.89 0.72 0.29
Hex 49 15 81 2B 54 0 31 10D 48 1D
Octal 111 25 201 53 124 0 61 415 110 35
Binary 1001001 10101 10000001 101011 1010100 0 110001 100001101 1001000 11101

Color Harmonies of #491581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491581

Black with #491581

Text Example


Text Example

White with #491581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491581; }

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

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

background-color css

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

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

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

border-color css

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

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

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