Shades of Indigo #48127F
Tints of Indigo #48127F
RGB
CMYK
RGB Variations
Color information
#48127F (or 0x48127F) is known color: Indigo. HEX triplet: 48, 12 and 7F. RGB value is (72,18,127). Sum of RGB (Red+Green+Blue) = 72+18+127=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #48127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48127F is #B7ED80. Grayscale: #2E2E2E. Windows color (decimal): -12053889 or 8327752. OLE color: 8327752.
HSL color Cylindrical-coordinate representation of color #48127F: hue angle of 269.72º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48127F is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 18 | 127 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.50 |
| HSL | 269.72º | 0.75% | 0.28% | - |
| HSV(B) | 269.72º | 0.86% | 0.5% | - |
| XYZ | 6.72 | 3.34 | 20.37 | - |
| YUV | 46.57 | 173.39 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 127 | 0.43 | 0.86 | 0 | 0.50 | 269.72 | 0.75 | 0.28 |
| Hex | 48 | 12 | 7F | 2B | 56 | 0 | 32 | 10E | 4B | 1C |
| Octal | 110 | 22 | 177 | 53 | 126 | 0 | 62 | 416 | 113 | 34 |
| Binary | 1001000 | 10010 | 1111111 | 101011 | 1010110 | 0 | 110010 | 100001110 | 1001011 | 11100 |
Color Harmonies of #48127F
Complementary color
Monochromatic Colors of #48127F
Black with #48127F
Text Example
Text Example
White with #48127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48127F; }
p { color: rgb(72,18,127); }
H1.HeaderClassName
{
color: #48127F;
}
.AnyTagClassName
{
color: #48127F;
}
</style>
background-color css
<style>
a { background-color: #48127F; }
a { background-color: rgb(72,18,127); }
div.DivClassName
{
background-color: #48127F;
}
.BgClassName
{
background-color: #48127F;
}
</style>
border-color css
<style>
span { border-color: #48127F; }
span { border-color: rgb(72,18,127); }
td.TdClassName
{
border-color: #48127F;
}
.TagClassName
{
border-color: #48127F;
}
</style>