Shades of Indigo #481095
Tints of Indigo #481095
RGB
CMYK
RGB Variations
Color information
#481095 (or 0x481095) is known color: Indigo. HEX triplet: 48, 10 and 95. RGB value is (72,16,149). Sum of RGB (Red+Green+Blue) = 72+16+149=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #481095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481095 is #B7EF6A. Grayscale: #2F2F2F. Windows color (decimal): -12054379 or 9769032. OLE color: 9769032.
HSL color Cylindrical-coordinate representation of color #481095: hue angle of 265.26º degrees, saturation: 0.81, 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 #481095 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 16 | 149 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.42 |
| HSL | 265.26º | 0.81% | 0.32% | - |
| HSV(B) | 265.26º | 0.89% | 0.58% | - |
| XYZ | 8.28 | 3.92 | 28.75 | - |
| YUV | 47.91 | 185.05 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 149 | 0.52 | 0.89 | 0 | 0.42 | 265.26 | 0.81 | 0.32 |
| Hex | 48 | 10 | 95 | 34 | 59 | 0 | 2A | 109 | 51 | 20 |
| Octal | 110 | 20 | 225 | 64 | 131 | 0 | 52 | 411 | 121 | 40 |
| Binary | 1001000 | 10000 | 10010101 | 110100 | 1011001 | 0 | 101010 | 100001001 | 1010001 | 100000 |
Color Harmonies of #481095
Complementary color
Monochromatic Colors of #481095
Black with #481095
Text Example
Text Example
White with #481095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481095; }
p { color: rgb(72,16,149); }
H1.HeaderClassName
{
color: #481095;
}
.AnyTagClassName
{
color: #481095;
}
</style>
background-color css
<style>
a { background-color: #481095; }
a { background-color: rgb(72,16,149); }
div.DivClassName
{
background-color: #481095;
}
.BgClassName
{
background-color: #481095;
}
</style>
border-color css
<style>
span { border-color: #481095; }
span { border-color: rgb(72,16,149); }
td.TdClassName
{
border-color: #481095;
}
.TagClassName
{
border-color: #481095;
}
</style>