Shades of Indigo #48096F
Tints of Indigo #48096F
RGB
CMYK
RGB Variations
Color information
#48096F (or 0x48096F) is known color: Indigo. HEX triplet: 48, 09 and 6F. RGB value is (72,9,111). Sum of RGB (Red+Green+Blue) = 72+9+111=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #48096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48096F is #B7F690. Grayscale: #272727. Windows color (decimal): -12056209 or 7276872. OLE color: 7276872.
HSL color Cylindrical-coordinate representation of color #48096F: hue angle of 277.06º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48096F is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 9 | 111 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.56 |
| HSL | 277.06º | 0.85% | 0.24% | - |
| HSV(B) | 277.06º | 0.92% | 0.44% | - |
| XYZ | 5.64 | 2.72 | 15.27 | - |
| YUV | 39.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 9 | 111 | 0.35 | 0.92 | 0 | 0.56 | 277.06 | 0.85 | 0.24 |
| Hex | 48 | 9 | 6F | 23 | 5C | 0 | 38 | 115 | 55 | 18 |
| Octal | 110 | 11 | 157 | 43 | 134 | 0 | 70 | 425 | 125 | 30 |
| Binary | 1001000 | 1001 | 1101111 | 100011 | 1011100 | 0 | 111000 | 100010101 | 1010101 | 11000 |
Color Harmonies of #48096F
Complementary color
Monochromatic Colors of #48096F
Black with #48096F
Text Example
Text Example
White with #48096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48096F; }
p { color: rgb(72,9,111); }
H1.HeaderClassName
{
color: #48096F;
}
.AnyTagClassName
{
color: #48096F;
}
</style>
background-color css
<style>
a { background-color: #48096F; }
a { background-color: rgb(72,9,111); }
div.DivClassName
{
background-color: #48096F;
}
.BgClassName
{
background-color: #48096F;
}
</style>
border-color css
<style>
span { border-color: #48096F; }
span { border-color: rgb(72,9,111); }
td.TdClassName
{
border-color: #48096F;
}
.TagClassName
{
border-color: #48096F;
}
</style>