#491068

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

Shades of Indigo #491068

Tints of Indigo #491068

Color information

#491068 (or 0x491068) is unknown color: approx Indigo. HEX triplet: 49, 10 and 68. RGB value is (73,16,104). Sum of RGB (Red+Green+Blue) = 73+16+104=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #491068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491068 is #B6EF97. Grayscale: #2A2A2A. Windows color (decimal): -11988888 or 6819913. OLE color: 6819913.

HSL color Cylindrical-coordinate representation of color #491068: hue angle of 278.86º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491068 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7316104-
CMYK0.300.8500.59
HSL278.86º73.33%23.53%-
HSV(B)278.86º84.62%40.78%-
XYZ5.432.7913.35-
YUV43.08162.38149.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 104 (41.02% from 255) = 53.89%
R=37.82%
G=8.29%
B=53.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73161040.300.8500.59278.8673.3323.53
Hex4910681E5503B1174918
Octal111201503612507342711130
Binary10010011000011010001111010101010111011100010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491068; }

 p { color: rgb(73,16,104); }

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

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

 a { background-color: rgb(73,16,104); }

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

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

 span { border-color: rgb(73,16,104); }

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