#491292

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

Shades of Indigo #491292

Tints of Indigo #491292

Color information

#491292 (or 0x491292) is unknown color: approx Indigo. HEX triplet: 49, 12 and 92. RGB value is (73,18,146). Sum of RGB (Red+Green+Blue) = 73+18+146=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #491292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491292 is #B6ED6D. Grayscale: #303030. Windows color (decimal): -11988334 or 9572937. OLE color: 9572937.

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

Color convert

RGB7318146-
CMYK0.50.8800.43
HSL265.78º78.05%32.16%-
HSV(B)265.78º87.67%57.25%-
XYZ8.153.9227.52-
YUV49.04182.72145.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 146 (57.42% from 255) = 61.60%
R=30.80%
G=7.59%
B=61.60%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73181460.50.8800.43265.7878.0532.16
Hex491292325802B10a4e20
Octal111222226213005341211640
Binary10010011001010010010110010101100001010111000010101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491292; }

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

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

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

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

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

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

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

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