Shades of Indigo #481391
Tints of Indigo #481391
RGB
CMYK
RGB Variations
Color information
#481391 (or 0x481391) is known color: Indigo. HEX triplet: 48, 13 and 91. RGB value is (72,19,145). Sum of RGB (Red+Green+Blue) = 72+19+145=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #481391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481391 is #B7EC6E. Grayscale: #303030. Windows color (decimal): -12053615 or 9507656. OLE color: 9507656.
HSL color Cylindrical-coordinate representation of color #481391: hue angle of 265.24º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481391 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 19 | 145 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.43 |
| HSL | 265.24º | 0.77% | 0.32% | - |
| HSV(B) | 265.24º | 0.87% | 0.57% | - |
| XYZ | 8.02 | 3.89 | 27.12 | - |
| YUV | 49.21 | 182.06 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 145 | 0.50 | 0.87 | 0 | 0.43 | 265.24 | 0.77 | 0.32 |
| Hex | 48 | 13 | 91 | 32 | 57 | 0 | 2B | 109 | 4D | 20 |
| Octal | 110 | 23 | 221 | 62 | 127 | 0 | 53 | 411 | 115 | 40 |
| Binary | 1001000 | 10011 | 10010001 | 110010 | 1010111 | 0 | 101011 | 100001001 | 1001101 | 100000 |
Color Harmonies of #481391
Complementary color
Monochromatic Colors of #481391
Black with #481391
Text Example
Text Example
White with #481391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481391; }
p { color: rgb(72,19,145); }
H1.HeaderClassName
{
color: #481391;
}
.AnyTagClassName
{
color: #481391;
}
</style>
background-color css
<style>
a { background-color: #481391; }
a { background-color: rgb(72,19,145); }
div.DivClassName
{
background-color: #481391;
}
.BgClassName
{
background-color: #481391;
}
</style>
border-color css
<style>
span { border-color: #481391; }
span { border-color: rgb(72,19,145); }
td.TdClassName
{
border-color: #481391;
}
.TagClassName
{
border-color: #481391;
}
</style>