Shades of Indigo #48189C
Tints of Indigo #48189C
RGB
CMYK
RGB Variations
Color information
#48189C (or 0x48189C) is known color: Indigo. HEX triplet: 48, 18 and 9C. RGB value is (72,24,156). Sum of RGB (Red+Green+Blue) = 72+24+156=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #48189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48189C is #B7E763. Grayscale: #343434. Windows color (decimal): -12052324 or 10229832. OLE color: 10229832.
HSL color Cylindrical-coordinate representation of color #48189C: hue angle of 261.82º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48189C is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 24 | 156 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.39 |
| HSL | 261.82º | 0.73% | 0.35% | - |
| HSV(B) | 261.82º | 0.85% | 0.61% | - |
| XYZ | 9 | 4.43 | 31.83 | - |
| YUV | 53.4 | 185.9 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 156 | 0.54 | 0.85 | 0 | 0.39 | 261.82 | 0.73 | 0.35 |
| Hex | 48 | 18 | 9C | 36 | 55 | 0 | 27 | 106 | 49 | 23 |
| Octal | 110 | 30 | 234 | 66 | 125 | 0 | 47 | 406 | 111 | 43 |
| Binary | 1001000 | 11000 | 10011100 | 110110 | 1010101 | 0 | 100111 | 100000110 | 1001001 | 100011 |
Color Harmonies of #48189C
Complementary color
Monochromatic Colors of #48189C
Black with #48189C
Text Example
Text Example
White with #48189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48189C; }
p { color: rgb(72,24,156); }
H1.HeaderClassName
{
color: #48189C;
}
.AnyTagClassName
{
color: #48189C;
}
</style>
background-color css
<style>
a { background-color: #48189C; }
a { background-color: rgb(72,24,156); }
div.DivClassName
{
background-color: #48189C;
}
.BgClassName
{
background-color: #48189C;
}
</style>
border-color css
<style>
span { border-color: #48189C; }
span { border-color: rgb(72,24,156); }
td.TdClassName
{
border-color: #48189C;
}
.TagClassName
{
border-color: #48189C;
}
</style>