Shades of Indigo #48107D
Tints of Indigo #48107D
RGB
CMYK
RGB Variations
Color information
#48107D (or 0x48107D) is known color: Indigo. HEX triplet: 48, 10 and 7D. RGB value is (72,16,125). Sum of RGB (Red+Green+Blue) = 72+16+125=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #48107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48107D is #B7EF82. Grayscale: #2C2C2C. Windows color (decimal): -12054403 or 8196168. OLE color: 8196168.
HSL color Cylindrical-coordinate representation of color #48107D: hue angle of 270.83º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48107D is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 16 | 125 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.51 |
| HSL | 270.83º | 0.77% | 0.28% | - |
| HSV(B) | 270.83º | 0.87% | 0.49% | - |
| XYZ | 6.56 | 3.23 | 19.68 | - |
| YUV | 45.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 125 | 0.42 | 0.87 | 0 | 0.51 | 270.83 | 0.77 | 0.28 |
| Hex | 48 | 10 | 7D | 2A | 57 | 0 | 33 | 10F | 4D | 1C |
| Octal | 110 | 20 | 175 | 52 | 127 | 0 | 63 | 417 | 115 | 34 |
| Binary | 1001000 | 10000 | 1111101 | 101010 | 1010111 | 0 | 110011 | 100001111 | 1001101 | 11100 |
Color Harmonies of #48107D
Complementary color
Monochromatic Colors of #48107D
Black with #48107D
Text Example
Text Example
White with #48107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48107D; }
p { color: rgb(72,16,125); }
H1.HeaderClassName
{
color: #48107D;
}
.AnyTagClassName
{
color: #48107D;
}
</style>
background-color css
<style>
a { background-color: #48107D; }
a { background-color: rgb(72,16,125); }
div.DivClassName
{
background-color: #48107D;
}
.BgClassName
{
background-color: #48107D;
}
</style>
border-color css
<style>
span { border-color: #48107D; }
span { border-color: rgb(72,16,125); }
td.TdClassName
{
border-color: #48107D;
}
.TagClassName
{
border-color: #48107D;
}
</style>