Shades of Indigo #48137C
Tints of Indigo #48137C
RGB
CMYK
RGB Variations
Color information
#48137C (or 0x48137C) is known color: Indigo. HEX triplet: 48, 13 and 7C. RGB value is (72,19,124). Sum of RGB (Red+Green+Blue) = 72+19+124=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #48137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48137C is #B7EC83. Grayscale: #2E2E2E. Windows color (decimal): -12053636 or 8131400. OLE color: 8131400.
HSL color Cylindrical-coordinate representation of color #48137C: hue angle of 270.29º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48137C is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 19 | 124 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.51 |
| HSL | 270.29º | 0.73% | 0.28% | - |
| HSV(B) | 270.29º | 0.85% | 0.49% | - |
| XYZ | 6.54 | 3.3 | 19.36 | - |
| YUV | 46.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 124 | 0.42 | 0.85 | 0 | 0.51 | 270.29 | 0.73 | 0.28 |
| Hex | 48 | 13 | 7C | 2A | 55 | 0 | 33 | 10E | 49 | 1C |
| Octal | 110 | 23 | 174 | 52 | 125 | 0 | 63 | 416 | 111 | 34 |
| Binary | 1001000 | 10011 | 1111100 | 101010 | 1010101 | 0 | 110011 | 100001110 | 1001001 | 11100 |
Color Harmonies of #48137C
Complementary color
Monochromatic Colors of #48137C
Black with #48137C
Text Example
Text Example
White with #48137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48137C; }
p { color: rgb(72,19,124); }
H1.HeaderClassName
{
color: #48137C;
}
.AnyTagClassName
{
color: #48137C;
}
</style>
background-color css
<style>
a { background-color: #48137C; }
a { background-color: rgb(72,19,124); }
div.DivClassName
{
background-color: #48137C;
}
.BgClassName
{
background-color: #48137C;
}
</style>
border-color css
<style>
span { border-color: #48137C; }
span { border-color: rgb(72,19,124); }
td.TdClassName
{
border-color: #48137C;
}
.TagClassName
{
border-color: #48137C;
}
</style>