Shades of Indigo #48118C
Tints of Indigo #48118C
RGB
CMYK
RGB Variations
Color information
#48118C (or 0x48118C) is known color: Indigo. HEX triplet: 48, 11 and 8C. RGB value is (72,17,140). Sum of RGB (Red+Green+Blue) = 72+17+140=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #48118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48118C is #B7EE73. Grayscale: #2F2F2F. Windows color (decimal): -12054132 or 9179464. OLE color: 9179464.
HSL color Cylindrical-coordinate representation of color #48118C: hue angle of 266.83º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48118C is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 17 | 140 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.45 |
| HSL | 266.83º | 0.78% | 0.31% | - |
| HSV(B) | 266.83º | 0.88% | 0.55% | - |
| XYZ | 7.61 | 3.67 | 25.12 | - |
| YUV | 47.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 140 | 0.49 | 0.88 | 0 | 0.45 | 266.83 | 0.78 | 0.31 |
| Hex | 48 | 11 | 8C | 31 | 58 | 0 | 2D | 10B | 4E | 1F |
| Octal | 110 | 21 | 214 | 61 | 130 | 0 | 55 | 413 | 116 | 37 |
| Binary | 1001000 | 10001 | 10001100 | 110001 | 1011000 | 0 | 101101 | 100001011 | 1001110 | 11111 |
Color Harmonies of #48118C
Complementary color
Monochromatic Colors of #48118C
Black with #48118C
Text Example
Text Example
White with #48118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48118C; }
p { color: rgb(72,17,140); }
H1.HeaderClassName
{
color: #48118C;
}
.AnyTagClassName
{
color: #48118C;
}
</style>
background-color css
<style>
a { background-color: #48118C; }
a { background-color: rgb(72,17,140); }
div.DivClassName
{
background-color: #48118C;
}
.BgClassName
{
background-color: #48118C;
}
</style>
border-color css
<style>
span { border-color: #48118C; }
span { border-color: rgb(72,17,140); }
td.TdClassName
{
border-color: #48118C;
}
.TagClassName
{
border-color: #48118C;
}
</style>