#491270

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

Shades of Indigo #491270

Tints of Indigo #491270

Color information

#491270 (or 0x491270) is unknown color: approx Indigo. HEX triplet: 49, 12 and 70. RGB value is (73,18,112). Sum of RGB (Red+Green+Blue) = 73+18+112=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #491270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491270 is #B6ED8F. Grayscale: #2C2C2C. Windows color (decimal): -11988368 or 7344713. OLE color: 7344713.

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

Color convert

RGB7318112-
CMYK0.350.8400.56
HSL275.11º72.31%25.49%-
HSV(B)275.11º83.93%43.92%-
XYZ5.893.0215.6-
YUV45.16165.72147.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 112 (44.14% from 255) = 55.17%
R=35.96%
G=8.87%
B=55.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73181120.350.8400.56275.1172.3125.49
Hex49127023540381134819
Octal111221604312407042311031
Binary100100110010111000010001110101000111000100010011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491270; }

 p { color: rgb(73,18,112); }

 H1.HeaderClassName
 {
   color: #491270;
 }
 .AnyTagClassName
 {
   color: #491270;
 }
</style>
background-color css

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

 a { background-color: rgb(73,18,112); }

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

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

 span { border-color: rgb(73,18,112); }

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