Shades of Indigo #48117F
Tints of Indigo #48117F
RGB
CMYK
RGB Variations
Color information
#48117F (or 0x48117F) is known color: Indigo. HEX triplet: 48, 11 and 7F. RGB value is (72,17,127). Sum of RGB (Red+Green+Blue) = 72+17+127=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #48117F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48117F is #B7EE80. Grayscale: #2D2D2D. Windows color (decimal): -12054145 or 8327496. OLE color: 8327496.
HSL color Cylindrical-coordinate representation of color #48117F: hue angle of 270º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48117F is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 17 | 127 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.50 |
| HSL | 270º | 0.76% | 0.28% | - |
| HSV(B) | 270º | 0.87% | 0.5% | - |
| XYZ | 6.7 | 3.31 | 20.36 | - |
| YUV | 45.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 127 | 0.43 | 0.87 | 0 | 0.50 | 270 | 0.76 | 0.28 |
| Hex | 48 | 11 | 7F | 2B | 57 | 0 | 32 | 10E | 4C | 1C |
| Octal | 110 | 21 | 177 | 53 | 127 | 0 | 62 | 416 | 114 | 34 |
| Binary | 1001000 | 10001 | 1111111 | 101011 | 1010111 | 0 | 110010 | 100001110 | 1001100 | 11100 |
Color Harmonies of #48117F
Complementary color
Monochromatic Colors of #48117F
Black with #48117F
Text Example
Text Example
White with #48117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48117F; }
p { color: rgb(72,17,127); }
H1.HeaderClassName
{
color: #48117F;
}
.AnyTagClassName
{
color: #48117F;
}
</style>
background-color css
<style>
a { background-color: #48117F; }
a { background-color: rgb(72,17,127); }
div.DivClassName
{
background-color: #48117F;
}
.BgClassName
{
background-color: #48117F;
}
</style>
border-color css
<style>
span { border-color: #48117F; }
span { border-color: rgb(72,17,127); }
td.TdClassName
{
border-color: #48117F;
}
.TagClassName
{
border-color: #48117F;
}
</style>