#491684

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

Shades of Indigo #491684

Tints of Indigo #491684

Color information

#491684 (or 0x491684) is unknown color: approx Indigo. HEX triplet: 49, 16 and 84. RGB value is (73,22,132). Sum of RGB (Red+Green+Blue) = 73+22+132=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #491684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491684 is #B6E97B. Grayscale: #313131. Windows color (decimal): -11987324 or 8656457. OLE color: 8656457.

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

Color convert

RGB7322132-
CMYK0.450.8300.48
HSL267.82º71.43%30.2%-
HSV(B)267.82º83.33%51.76%-
XYZ7.23.6622.16-
YUV49.79174.4144.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 22 (8.98% from 255) = 9.69%
BLUE value IS 132 (51.95% from 255) = 58.15%
R=32.16%
G=9.69%
B=58.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73221320.450.8300.48267.8271.4330.2
Hex4916842D5303010c471e
Octal111262045512306041410736
Binary1001001101101000010010110110100110110000100001100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491684; }

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

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

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

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

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

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

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

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