Shades of Indigo #48107B
Tints of Indigo #48107B
RGB
CMYK
RGB Variations
Color information
#48107B (or 0x48107B) is known color: Indigo. HEX triplet: 48, 10 and 7B. RGB value is (72,16,123). Sum of RGB (Red+Green+Blue) = 72+16+123=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #48107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48107B is #B7EF84. Grayscale: #2C2C2C. Windows color (decimal): -12054405 or 8065096. OLE color: 8065096.
HSL color Cylindrical-coordinate representation of color #48107B: hue angle of 271.4º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48107B is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 16 | 123 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.52 |
| HSL | 271.4º | 0.77% | 0.27% | - |
| HSV(B) | 271.4º | 0.87% | 0.48% | - |
| XYZ | 6.43 | 3.18 | 19.01 | - |
| YUV | 44.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 123 | 0.41 | 0.87 | 0 | 0.52 | 271.4 | 0.77 | 0.27 |
| Hex | 48 | 10 | 7B | 29 | 57 | 0 | 34 | 10F | 4D | 1B |
| Octal | 110 | 20 | 173 | 51 | 127 | 0 | 64 | 417 | 115 | 33 |
| Binary | 1001000 | 10000 | 1111011 | 101001 | 1010111 | 0 | 110100 | 100001111 | 1001101 | 11011 |
Color Harmonies of #48107B
Complementary color
Monochromatic Colors of #48107B
Black with #48107B
Text Example
Text Example
White with #48107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48107B; }
p { color: rgb(72,16,123); }
H1.HeaderClassName
{
color: #48107B;
}
.AnyTagClassName
{
color: #48107B;
}
</style>
background-color css
<style>
a { background-color: #48107B; }
a { background-color: rgb(72,16,123); }
div.DivClassName
{
background-color: #48107B;
}
.BgClassName
{
background-color: #48107B;
}
</style>
border-color css
<style>
span { border-color: #48107B; }
span { border-color: rgb(72,16,123); }
td.TdClassName
{
border-color: #48107B;
}
.TagClassName
{
border-color: #48107B;
}
</style>