#491695

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

Shades of Indigo #491695

Tints of Indigo #491695

Color information

#491695 (or 0x491695) is unknown color: approx Indigo. HEX triplet: 49, 16 and 95. RGB value is (73,22,149). Sum of RGB (Red+Green+Blue) = 73+22+149=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #491695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491695 is #B6E96A. Grayscale: #333333. Windows color (decimal): -11987307 or 9770569. OLE color: 9770569.

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

Color convert

RGB7322149-
CMYK0.510.8500.42
HSL264.09º74.27%33.53%-
HSV(B)264.09º85.23%58.43%-
XYZ8.464.1628.79-
YUV51.73182.9143.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 22 (8.98% from 255) = 9.02%
BLUE value IS 149 (58.59% from 255) = 61.07%
R=29.92%
G=9.02%
B=61.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73221490.510.8500.42264.0974.2733.53
Hex491695335502A1084a22
Octal111262256312505241011242
Binary10010011011010010101110011101010101010101000010001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491695; }

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

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

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

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

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

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

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

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