#491294

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

Shades of Indigo #491294

Tints of Indigo #491294

Color information

#491294 (or 0x491294) is unknown color: approx Indigo. HEX triplet: 49, 12 and 94. RGB value is (73,18,148). Sum of RGB (Red+Green+Blue) = 73+18+148=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #491294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491294 is #B6ED6B. Grayscale: #303030. Windows color (decimal): -11988332 or 9704009. OLE color: 9704009.

HSL color Cylindrical-coordinate representation of color #491294: hue angle of 265.38º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491294 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7318148-
CMYK0.510.8800.42
HSL265.38º78.31%32.55%-
HSV(B)265.38º87.84%58.04%-
XYZ8.313.9928.35-
YUV49.26183.72144.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 148 (58.20% from 255) = 61.92%
R=30.54%
G=7.53%
B=61.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73181480.510.8800.42265.3878.3132.55
Hex491294335802A1094e21
Octal111222246313005241111641
Binary10010011001010010100110011101100001010101000010011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491294; }

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

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

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

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

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

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

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

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