Shades of Indigo #48005B
Tints of Indigo #48005B
RGB
CMYK
RGB Variations
Color information
#48005B (or 0x48005B) is known color: Indigo. HEX triplet: 48, 00 and 5B. RGB value is (72,0,91). Sum of RGB (Red+Green+Blue) = 72+0+91=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #48005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48005B is #B7FFA4. Grayscale: #1F1F1F. Windows color (decimal): -12058533 or 5963848. OLE color: 5963848.
HSL color Cylindrical-coordinate representation of color #48005B: hue angle of 287.47º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48005B is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 0 | 91 | - |
| CMYK | 0.21 | 1 | 0 | 0.64 |
| HSL | 287.47º | 1% | 0.18% | - |
| HSV(B) | 287.47º | 1% | 0.36% | - |
| XYZ | 4.56 | 2.13 | 10.07 | - |
| YUV | 31.9 | 161.35 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 91 | 0.21 | 1 | 0 | 0.64 | 287.47 | 1 | 0.18 |
| Hex | 48 | 0 | 5B | 15 | 64 | 0 | 40 | 11F | 64 | 12 |
| Octal | 110 | 0 | 133 | 25 | 144 | 0 | 100 | 437 | 144 | 22 |
| Binary | 1001000 | 0 | 1011011 | 10101 | 1100100 | 0 | 1000000 | 100011111 | 1100100 | 10010 |
Color Harmonies of #48005B
Complementary color
Monochromatic Colors of #48005B
Black with #48005B
Text Example
Text Example
White with #48005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48005B; }
p { color: rgb(72,0,91); }
H1.HeaderClassName
{
color: #48005B;
}
.AnyTagClassName
{
color: #48005B;
}
</style>
background-color css
<style>
a { background-color: #48005B; }
a { background-color: rgb(72,0,91); }
div.DivClassName
{
background-color: #48005B;
}
.BgClassName
{
background-color: #48005B;
}
</style>
border-color css
<style>
span { border-color: #48005B; }
span { border-color: rgb(72,0,91); }
td.TdClassName
{
border-color: #48005B;
}
.TagClassName
{
border-color: #48005B;
}
</style>