Shades of Indigo #481786
Tints of Indigo #481786
RGB
CMYK
RGB Variations
Color information
#481786 (or 0x481786) is known color: Indigo. HEX triplet: 48, 17 and 86. RGB value is (72,23,134). Sum of RGB (Red+Green+Blue) = 72+23+134=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #481786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481786 is #B7E879. Grayscale: #313131. Windows color (decimal): -12052602 or 8787784. OLE color: 8787784.
HSL color Cylindrical-coordinate representation of color #481786: hue angle of 266.49º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481786 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 23 | 134 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.47 |
| HSL | 266.49º | 0.71% | 0.31% | - |
| HSV(B) | 266.49º | 0.83% | 0.53% | - |
| XYZ | 7.28 | 3.71 | 22.89 | - |
| YUV | 50.31 | 175.23 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 134 | 0.46 | 0.83 | 0 | 0.47 | 266.49 | 0.71 | 0.31 |
| Hex | 48 | 17 | 86 | 2E | 53 | 0 | 2F | 10A | 47 | 1F |
| Octal | 110 | 27 | 206 | 56 | 123 | 0 | 57 | 412 | 107 | 37 |
| Binary | 1001000 | 10111 | 10000110 | 101110 | 1010011 | 0 | 101111 | 100001010 | 1000111 | 11111 |
Color Harmonies of #481786
Complementary color
Monochromatic Colors of #481786
Black with #481786
Text Example
Text Example
White with #481786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481786; }
p { color: rgb(72,23,134); }
H1.HeaderClassName
{
color: #481786;
}
.AnyTagClassName
{
color: #481786;
}
</style>
background-color css
<style>
a { background-color: #481786; }
a { background-color: rgb(72,23,134); }
div.DivClassName
{
background-color: #481786;
}
.BgClassName
{
background-color: #481786;
}
</style>
border-color css
<style>
span { border-color: #481786; }
span { border-color: rgb(72,23,134); }
td.TdClassName
{
border-color: #481786;
}
.TagClassName
{
border-color: #481786;
}
</style>