Shades of Indigo #481386
Tints of Indigo #481386
RGB
CMYK
RGB Variations
Color information
#481386 (or 0x481386) is known color: Indigo. HEX triplet: 48, 13 and 86. RGB value is (72,19,134). Sum of RGB (Red+Green+Blue) = 72+19+134=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #481386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481386 is #B7EC79. Grayscale: #2F2F2F. Windows color (decimal): -12053626 or 8786760. OLE color: 8786760.
HSL color Cylindrical-coordinate representation of color #481386: hue angle of 267.65º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481386 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 19 | 134 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.47 |
| HSL | 267.65º | 0.75% | 0.3% | - |
| HSV(B) | 267.65º | 0.86% | 0.53% | - |
| XYZ | 7.21 | 3.56 | 22.86 | - |
| YUV | 47.96 | 176.56 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 134 | 0.46 | 0.86 | 0 | 0.47 | 267.65 | 0.75 | 0.3 |
| Hex | 48 | 13 | 86 | 2E | 56 | 0 | 2F | 10C | 4B | 1E |
| Octal | 110 | 23 | 206 | 56 | 126 | 0 | 57 | 414 | 113 | 36 |
| Binary | 1001000 | 10011 | 10000110 | 101110 | 1010110 | 0 | 101111 | 100001100 | 1001011 | 11110 |
Color Harmonies of #481386
Complementary color
Monochromatic Colors of #481386
Black with #481386
Text Example
Text Example
White with #481386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481386; }
p { color: rgb(72,19,134); }
H1.HeaderClassName
{
color: #481386;
}
.AnyTagClassName
{
color: #481386;
}
</style>
background-color css
<style>
a { background-color: #481386; }
a { background-color: rgb(72,19,134); }
div.DivClassName
{
background-color: #481386;
}
.BgClassName
{
background-color: #481386;
}
</style>
border-color css
<style>
span { border-color: #481386; }
span { border-color: rgb(72,19,134); }
td.TdClassName
{
border-color: #481386;
}
.TagClassName
{
border-color: #481386;
}
</style>