Shades of Indigo #48019F
Tints of Indigo #48019F
RGB
CMYK
RGB Variations
Color information
#48019F (or 0x48019F) is known color: Indigo. HEX triplet: 48, 01 and 9F. RGB value is (72,1,159). Sum of RGB (Red+Green+Blue) = 72+1+159=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #48019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48019F is #B7FE60. Grayscale: #272727. Windows color (decimal): -12058209 or 10420552. OLE color: 10420552.
HSL color Cylindrical-coordinate representation of color #48019F: hue angle of 266.96º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48019F is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 1 | 159 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.38 |
| HSL | 266.96º | 0.99% | 0.31% | - |
| HSV(B) | 266.96º | 0.99% | 0.62% | - |
| XYZ | 8.94 | 3.9 | 33.08 | - |
| YUV | 40.24 | 195.02 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 159 | 0.55 | 0.99 | 0 | 0.38 | 266.96 | 0.99 | 0.31 |
| Hex | 48 | 1 | 9F | 37 | 63 | 0 | 26 | 10B | 63 | 1F |
| Octal | 110 | 1 | 237 | 67 | 143 | 0 | 46 | 413 | 143 | 37 |
| Binary | 1001000 | 1 | 10011111 | 110111 | 1100011 | 0 | 100110 | 100001011 | 1100011 | 11111 |
Color Harmonies of #48019F
Complementary color
Monochromatic Colors of #48019F
Black with #48019F
Text Example
Text Example
White with #48019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48019F; }
p { color: rgb(72,1,159); }
H1.HeaderClassName
{
color: #48019F;
}
.AnyTagClassName
{
color: #48019F;
}
</style>
background-color css
<style>
a { background-color: #48019F; }
a { background-color: rgb(72,1,159); }
div.DivClassName
{
background-color: #48019F;
}
.BgClassName
{
background-color: #48019F;
}
</style>
border-color css
<style>
span { border-color: #48019F; }
span { border-color: rgb(72,1,159); }
td.TdClassName
{
border-color: #48019F;
}
.TagClassName
{
border-color: #48019F;
}
</style>