Shades of Indigo #48015E
Tints of Indigo #48015E
RGB
CMYK
RGB Variations
Color information
#48015E (or 0x48015E) is known color: Indigo. HEX triplet: 48, 01 and 5E. RGB value is (72,1,94). Sum of RGB (Red+Green+Blue) = 72+1+94=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #48015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48015E is #B7FEA1. Grayscale: #202020. Windows color (decimal): -12058274 or 6160712. OLE color: 6160712.
HSL color Cylindrical-coordinate representation of color #48015E: hue angle of 285.81º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48015E is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 1 | 94 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.63 |
| HSL | 285.81º | 0.98% | 0.19% | - |
| HSV(B) | 285.81º | 0.99% | 0.37% | - |
| XYZ | 4.7 | 2.21 | 10.77 | - |
| YUV | 32.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 94 | 0.23 | 0.99 | 0 | 0.63 | 285.81 | 0.98 | 0.19 |
| Hex | 48 | 1 | 5E | 17 | 63 | 0 | 3F | 11E | 62 | 13 |
| Octal | 110 | 1 | 136 | 27 | 143 | 0 | 77 | 436 | 142 | 23 |
| Binary | 1001000 | 1 | 1011110 | 10111 | 1100011 | 0 | 111111 | 100011110 | 1100010 | 10011 |
Color Harmonies of #48015E
Complementary color
Monochromatic Colors of #48015E
Black with #48015E
Text Example
Text Example
White with #48015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48015E; }
p { color: rgb(72,1,94); }
H1.HeaderClassName
{
color: #48015E;
}
.AnyTagClassName
{
color: #48015E;
}
</style>
background-color css
<style>
a { background-color: #48015E; }
a { background-color: rgb(72,1,94); }
div.DivClassName
{
background-color: #48015E;
}
.BgClassName
{
background-color: #48015E;
}
</style>
border-color css
<style>
span { border-color: #48015E; }
span { border-color: rgb(72,1,94); }
td.TdClassName
{
border-color: #48015E;
}
.TagClassName
{
border-color: #48015E;
}
</style>