#491592

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

Shades of Indigo #491592

Tints of Indigo #491592

Color information

#491592 (or 0x491592) is unknown color: approx Indigo. HEX triplet: 49, 15 and 92. RGB value is (73,21,146). Sum of RGB (Red+Green+Blue) = 73+21+146=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #491592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491592 is #B6EA6D. Grayscale: #323232. Windows color (decimal): -11987566 or 9573705. OLE color: 9573705.

HSL color Cylindrical-coordinate representation of color #491592: hue angle of 264.96º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491592 is Cyan = 0.5, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7321146-
CMYK0.50.8600.43
HSL264.96º74.85%32.75%-
HSV(B)264.96º85.62%57.25%-
XYZ8.24.0327.54-
YUV50.8181.73143.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 146 (57.42% from 255) = 60.83%
R=30.42%
G=8.75%
B=60.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73211460.50.8600.43264.9674.8532.75
Hex491592325602B1094b21
Octal111252226212605341111341
Binary10010011010110010010110010101011001010111000010011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491592; }

 p { color: rgb(73,21,146); }

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

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

 a { background-color: rgb(73,21,146); }

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

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

 span { border-color: rgb(73,21,146); }

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