#491698

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

Shades of Indigo #491698

Tints of Indigo #491698

Color information

#491698 (or 0x491698) is unknown color: approx Indigo. HEX triplet: 49, 16 and 98. RGB value is (73,22,152). Sum of RGB (Red+Green+Blue) = 73+22+152=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #491698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491698 is #B6E967. Grayscale: #333333. Windows color (decimal): -11987304 or 9967177. OLE color: 9967177.

HSL color Cylindrical-coordinate representation of color #491698: hue angle of 263.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491698 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7322152-
CMYK0.520.8600.40
HSL263.54º74.71%34.12%-
HSV(B)263.54º85.53%59.61%-
XYZ8.74.2630.07-
YUV52.07184.4142.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 22 (8.98% from 255) = 8.91%
BLUE value IS 152 (59.77% from 255) = 61.54%
R=29.55%
G=8.91%
B=61.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73221520.520.8600.40263.5474.7134.12
Hex49169834560281084b22
Octal111262306412605041011342
Binary10010011011010011000110100101011001010001000010001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491698; }

 p { color: rgb(73,22,152); }

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

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

 a { background-color: rgb(73,22,152); }

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

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

 span { border-color: rgb(73,22,152); }

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