Shades of Indigo #481089
Tints of Indigo #481089
RGB
CMYK
RGB Variations
Color information
#481089 (or 0x481089) is known color: Indigo. HEX triplet: 48, 10 and 89. RGB value is (72,16,137). Sum of RGB (Red+Green+Blue) = 72+16+137=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #481089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481089 is #B7EF76. Grayscale: #2E2E2E. Windows color (decimal): -12054391 or 8982600. OLE color: 8982600.
HSL color Cylindrical-coordinate representation of color #481089: hue angle of 267.77º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481089 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 16 | 137 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.46 |
| HSL | 267.77º | 0.79% | 0.3% | - |
| HSV(B) | 267.77º | 0.88% | 0.54% | - |
| XYZ | 7.37 | 3.55 | 23.96 | - |
| YUV | 46.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 137 | 0.47 | 0.88 | 0 | 0.46 | 267.77 | 0.79 | 0.3 |
| Hex | 48 | 10 | 89 | 2F | 58 | 0 | 2E | 10C | 4F | 1E |
| Octal | 110 | 20 | 211 | 57 | 130 | 0 | 56 | 414 | 117 | 36 |
| Binary | 1001000 | 10000 | 10001001 | 101111 | 1011000 | 0 | 101110 | 100001100 | 1001111 | 11110 |
Color Harmonies of #481089
Complementary color
Monochromatic Colors of #481089
Black with #481089
Text Example
Text Example
White with #481089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481089; }
p { color: rgb(72,16,137); }
H1.HeaderClassName
{
color: #481089;
}
.AnyTagClassName
{
color: #481089;
}
</style>
background-color css
<style>
a { background-color: #481089; }
a { background-color: rgb(72,16,137); }
div.DivClassName
{
background-color: #481089;
}
.BgClassName
{
background-color: #481089;
}
</style>
border-color css
<style>
span { border-color: #481089; }
span { border-color: rgb(72,16,137); }
td.TdClassName
{
border-color: #481089;
}
.TagClassName
{
border-color: #481089;
}
</style>