Shades of Indigo #481194
Tints of Indigo #481194
RGB
CMYK
RGB Variations
Color information
#481194 (or 0x481194) is known color: Indigo. HEX triplet: 48, 11 and 94. RGB value is (72,17,148). Sum of RGB (Red+Green+Blue) = 72+17+148=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #481194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481194 is #B7EE6B. Grayscale: #2F2F2F. Windows color (decimal): -12054124 or 9703752. OLE color: 9703752.
HSL color Cylindrical-coordinate representation of color #481194: hue angle of 265.19º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481194 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 17 | 148 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.42 |
| HSL | 265.19º | 0.79% | 0.32% | - |
| HSV(B) | 265.19º | 0.89% | 0.58% | - |
| XYZ | 8.22 | 3.92 | 28.34 | - |
| YUV | 48.38 | 184.22 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 148 | 0.51 | 0.89 | 0 | 0.42 | 265.19 | 0.79 | 0.32 |
| Hex | 48 | 11 | 94 | 33 | 59 | 0 | 2A | 109 | 4F | 20 |
| Octal | 110 | 21 | 224 | 63 | 131 | 0 | 52 | 411 | 117 | 40 |
| Binary | 1001000 | 10001 | 10010100 | 110011 | 1011001 | 0 | 101010 | 100001001 | 1001111 | 100000 |
Color Harmonies of #481194
Complementary color
Monochromatic Colors of #481194
Black with #481194
Text Example
Text Example
White with #481194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481194; }
p { color: rgb(72,17,148); }
H1.HeaderClassName
{
color: #481194;
}
.AnyTagClassName
{
color: #481194;
}
</style>
background-color css
<style>
a { background-color: #481194; }
a { background-color: rgb(72,17,148); }
div.DivClassName
{
background-color: #481194;
}
.BgClassName
{
background-color: #481194;
}
</style>
border-color css
<style>
span { border-color: #481194; }
span { border-color: rgb(72,17,148); }
td.TdClassName
{
border-color: #481194;
}
.TagClassName
{
border-color: #481194;
}
</style>