Shades of Indigo #481292
Tints of Indigo #481292
RGB
CMYK
RGB Variations
Color information
#481292 (or 0x481292) is known color: Indigo. HEX triplet: 48, 12 and 92. RGB value is (72,18,146). Sum of RGB (Red+Green+Blue) = 72+18+146=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #481292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481292 is #B7ED6D. Grayscale: #303030. Windows color (decimal): -12053870 or 9572936. OLE color: 9572936.
HSL color Cylindrical-coordinate representation of color #481292: hue angle of 265.31º 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 #481292 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 18 | 146 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.43 |
| HSL | 265.31º | 0.78% | 0.32% | - |
| HSV(B) | 265.31º | 0.88% | 0.57% | - |
| XYZ | 8.08 | 3.89 | 27.52 | - |
| YUV | 48.74 | 182.89 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 146 | 0.51 | 0.88 | 0 | 0.43 | 265.31 | 0.78 | 0.32 |
| Hex | 48 | 12 | 92 | 33 | 58 | 0 | 2B | 109 | 4E | 20 |
| Octal | 110 | 22 | 222 | 63 | 130 | 0 | 53 | 411 | 116 | 40 |
| Binary | 1001000 | 10010 | 10010010 | 110011 | 1011000 | 0 | 101011 | 100001001 | 1001110 | 100000 |
Color Harmonies of #481292
Complementary color
Monochromatic Colors of #481292
Black with #481292
Text Example
Text Example
White with #481292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481292; }
p { color: rgb(72,18,146); }
H1.HeaderClassName
{
color: #481292;
}
.AnyTagClassName
{
color: #481292;
}
</style>
background-color css
<style>
a { background-color: #481292; }
a { background-color: rgb(72,18,146); }
div.DivClassName
{
background-color: #481292;
}
.BgClassName
{
background-color: #481292;
}
</style>
border-color css
<style>
span { border-color: #481292; }
span { border-color: rgb(72,18,146); }
td.TdClassName
{
border-color: #481292;
}
.TagClassName
{
border-color: #481292;
}
</style>