Shades of Indigo #48137D
Tints of Indigo #48137D
RGB
CMYK
RGB Variations
Color information
#48137D (or 0x48137D) is known color: Indigo. HEX triplet: 48, 13 and 7D. RGB value is (72,19,125). Sum of RGB (Red+Green+Blue) = 72+19+125=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #48137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48137D is #B7EC82. Grayscale: #2E2E2E. Windows color (decimal): -12053635 or 8196936. OLE color: 8196936.
HSL color Cylindrical-coordinate representation of color #48137D: hue angle of 270º degrees, saturation: 0.74, 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 #48137D is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 19 | 125 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.51 |
| HSL | 270º | 0.74% | 0.28% | - |
| HSV(B) | 270º | 0.85% | 0.49% | - |
| XYZ | 6.61 | 3.32 | 19.7 | - |
| YUV | 46.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 125 | 0.42 | 0.85 | 0 | 0.51 | 270 | 0.74 | 0.28 |
| Hex | 48 | 13 | 7D | 2A | 55 | 0 | 33 | 10E | 4A | 1C |
| Octal | 110 | 23 | 175 | 52 | 125 | 0 | 63 | 416 | 112 | 34 |
| Binary | 1001000 | 10011 | 1111101 | 101010 | 1010101 | 0 | 110011 | 100001110 | 1001010 | 11100 |
Color Harmonies of #48137D
Complementary color
Monochromatic Colors of #48137D
Black with #48137D
Text Example
Text Example
White with #48137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48137D; }
p { color: rgb(72,19,125); }
H1.HeaderClassName
{
color: #48137D;
}
.AnyTagClassName
{
color: #48137D;
}
</style>
background-color css
<style>
a { background-color: #48137D; }
a { background-color: rgb(72,19,125); }
div.DivClassName
{
background-color: #48137D;
}
.BgClassName
{
background-color: #48137D;
}
</style>
border-color css
<style>
span { border-color: #48137D; }
span { border-color: rgb(72,19,125); }
td.TdClassName
{
border-color: #48137D;
}
.TagClassName
{
border-color: #48137D;
}
</style>