#491581

Color #491581 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #491581

Tints of Indigo #491581

Color information

#491581 (or 0x491581) is unknown color: approx 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

RGB7321129-
CMYK0.430.8400.49
HSL268.89º72%29.41%-
HSV(B)268.89º83.72%50.59%-
XYZ6.983.5421.08-
YUV48.86173.23145.22-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73211290.430.8400.49268.897229.41
Hex4915812B5403110d481d
Octal111252015312406141511035
Binary1001001101011000000110101110101000110001100001101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>