Shades of Indigo #48178C
Tints of Indigo #48178C
RGB
CMYK
RGB Variations
Color information
#48178C (or 0x48178C) is known color: Indigo. HEX triplet: 48, 17 and 8C. RGB value is (72,23,140). Sum of RGB (Red+Green+Blue) = 72+23+140=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #48178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48178C is #B7E873. Grayscale: #323232. Windows color (decimal): -12052596 or 9181000. OLE color: 9181000.
HSL color Cylindrical-coordinate representation of color #48178C: hue angle of 265.13º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48178C is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 23 | 140 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.45 |
| HSL | 265.13º | 0.72% | 0.32% | - |
| HSV(B) | 265.13º | 0.84% | 0.55% | - |
| XYZ | 7.71 | 3.88 | 25.15 | - |
| YUV | 50.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 140 | 0.49 | 0.84 | 0 | 0.45 | 265.13 | 0.72 | 0.32 |
| Hex | 48 | 17 | 8C | 31 | 54 | 0 | 2D | 109 | 48 | 20 |
| Octal | 110 | 27 | 214 | 61 | 124 | 0 | 55 | 411 | 110 | 40 |
| Binary | 1001000 | 10111 | 10001100 | 110001 | 1010100 | 0 | 101101 | 100001001 | 1001000 | 100000 |
Color Harmonies of #48178C
Complementary color
Monochromatic Colors of #48178C
Black with #48178C
Text Example
Text Example
White with #48178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48178C; }
p { color: rgb(72,23,140); }
H1.HeaderClassName
{
color: #48178C;
}
.AnyTagClassName
{
color: #48178C;
}
</style>
background-color css
<style>
a { background-color: #48178C; }
a { background-color: rgb(72,23,140); }
div.DivClassName
{
background-color: #48178C;
}
.BgClassName
{
background-color: #48178C;
}
</style>
border-color css
<style>
span { border-color: #48178C; }
span { border-color: rgb(72,23,140); }
td.TdClassName
{
border-color: #48178C;
}
.TagClassName
{
border-color: #48178C;
}
</style>