Shades of Indigo #48127D
Tints of Indigo #48127D
RGB
CMYK
RGB Variations
Color information
#48127D (or 0x48127D) is known color: Indigo. HEX triplet: 48, 12 and 7D. RGB value is (72,18,125). Sum of RGB (Red+Green+Blue) = 72+18+125=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #48127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48127D is #B7ED82. Grayscale: #2D2D2D. Windows color (decimal): -12053891 or 8196680. OLE color: 8196680.
HSL color Cylindrical-coordinate representation of color #48127D: hue angle of 270.28º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48127D is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 18 | 125 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.51 |
| HSL | 270.28º | 0.75% | 0.28% | - |
| HSV(B) | 270.28º | 0.86% | 0.49% | - |
| XYZ | 6.59 | 3.29 | 19.69 | - |
| YUV | 46.34 | 172.39 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 125 | 0.42 | 0.86 | 0 | 0.51 | 270.28 | 0.75 | 0.28 |
| Hex | 48 | 12 | 7D | 2A | 56 | 0 | 33 | 10E | 4B | 1C |
| Octal | 110 | 22 | 175 | 52 | 126 | 0 | 63 | 416 | 113 | 34 |
| Binary | 1001000 | 10010 | 1111101 | 101010 | 1010110 | 0 | 110011 | 100001110 | 1001011 | 11100 |
Color Harmonies of #48127D
Complementary color
Monochromatic Colors of #48127D
Black with #48127D
Text Example
Text Example
White with #48127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48127D; }
p { color: rgb(72,18,125); }
H1.HeaderClassName
{
color: #48127D;
}
.AnyTagClassName
{
color: #48127D;
}
</style>
background-color css
<style>
a { background-color: #48127D; }
a { background-color: rgb(72,18,125); }
div.DivClassName
{
background-color: #48127D;
}
.BgClassName
{
background-color: #48127D;
}
</style>
border-color css
<style>
span { border-color: #48127D; }
span { border-color: rgb(72,18,125); }
td.TdClassName
{
border-color: #48127D;
}
.TagClassName
{
border-color: #48127D;
}
</style>