#491285

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

Shades of Indigo #491285

Tints of Indigo #491285

Color information

#491285 (or 0x491285) is unknown color: approx Indigo. HEX triplet: 49, 12 and 85. RGB value is (73,18,133). Sum of RGB (Red+Green+Blue) = 73+18+133=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #491285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491285 is #B6ED7A. Grayscale: #2F2F2F. Windows color (decimal): -11988347 or 8720969. OLE color: 8720969.

HSL color Cylindrical-coordinate representation of color #491285: hue angle of 268.7º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491285 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7318133-
CMYK0.450.8600.48
HSL268.7º76.16%29.61%-
HSV(B)268.7º86.47%52.16%-
XYZ7.23.5422.49-
YUV47.56176.22146.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 133 (52.34% from 255) = 59.38%
R=32.59%
G=8.04%
B=59.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73181330.450.8600.48268.776.1629.61
Hex4912852D5603010d4c1e
Octal111222055512606041511436
Binary1001001100101000010110110110101100110000100001101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491285; }

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

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

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

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

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

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

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

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