Shades of Indigo #48189F
Tints of Indigo #48189F
RGB
CMYK
RGB Variations
Color information
#48189F (or 0x48189F) is known color: Indigo. HEX triplet: 48, 18 and 9F. RGB value is (72,24,159). Sum of RGB (Red+Green+Blue) = 72+24+159=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #48189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48189F is #B7E760. Grayscale: #353535. Windows color (decimal): -12052321 or 10426440. OLE color: 10426440.
HSL color Cylindrical-coordinate representation of color #48189F: hue angle of 261.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48189F is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 24 | 159 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.38 |
| HSL | 261.33º | 0.74% | 0.36% | - |
| HSV(B) | 261.33º | 0.85% | 0.62% | - |
| XYZ | 9.26 | 4.53 | 33.19 | - |
| YUV | 53.74 | 187.4 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 159 | 0.55 | 0.85 | 0 | 0.38 | 261.33 | 0.74 | 0.36 |
| Hex | 48 | 18 | 9F | 37 | 55 | 0 | 26 | 105 | 4A | 24 |
| Octal | 110 | 30 | 237 | 67 | 125 | 0 | 46 | 405 | 112 | 44 |
| Binary | 1001000 | 11000 | 10011111 | 110111 | 1010101 | 0 | 100110 | 100000101 | 1001010 | 100100 |
Color Harmonies of #48189F
Complementary color
Monochromatic Colors of #48189F
Black with #48189F
Text Example
Text Example
White with #48189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48189F; }
p { color: rgb(72,24,159); }
H1.HeaderClassName
{
color: #48189F;
}
.AnyTagClassName
{
color: #48189F;
}
</style>
background-color css
<style>
a { background-color: #48189F; }
a { background-color: rgb(72,24,159); }
div.DivClassName
{
background-color: #48189F;
}
.BgClassName
{
background-color: #48189F;
}
</style>
border-color css
<style>
span { border-color: #48189F; }
span { border-color: rgb(72,24,159); }
td.TdClassName
{
border-color: #48189F;
}
.TagClassName
{
border-color: #48189F;
}
</style>