Shades of Indigo #48096D
Tints of Indigo #48096D
RGB
CMYK
RGB Variations
Color information
#48096D (or 0x48096D) is known color: Indigo. HEX triplet: 48, 09 and 6D. RGB value is (72,9,109). Sum of RGB (Red+Green+Blue) = 72+9+109=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #48096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48096D is #B7F692. Grayscale: #262626. Windows color (decimal): -12056211 or 7145800. OLE color: 7145800.
HSL color Cylindrical-coordinate representation of color #48096D: hue angle of 277.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48096D is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 9 | 109 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.57 |
| HSL | 277.8º | 0.85% | 0.23% | - |
| HSV(B) | 277.8º | 0.92% | 0.43% | - |
| XYZ | 5.53 | 2.68 | 14.69 | - |
| YUV | 39.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 9 | 109 | 0.34 | 0.92 | 0 | 0.57 | 277.8 | 0.85 | 0.23 |
| Hex | 48 | 9 | 6D | 22 | 5C | 0 | 39 | 116 | 55 | 17 |
| Octal | 110 | 11 | 155 | 42 | 134 | 0 | 71 | 426 | 125 | 27 |
| Binary | 1001000 | 1001 | 1101101 | 100010 | 1011100 | 0 | 111001 | 100010110 | 1010101 | 10111 |
Color Harmonies of #48096D
Complementary color
Monochromatic Colors of #48096D
Black with #48096D
Text Example
Text Example
White with #48096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48096D; }
p { color: rgb(72,9,109); }
H1.HeaderClassName
{
color: #48096D;
}
.AnyTagClassName
{
color: #48096D;
}
</style>
background-color css
<style>
a { background-color: #48096D; }
a { background-color: rgb(72,9,109); }
div.DivClassName
{
background-color: #48096D;
}
.BgClassName
{
background-color: #48096D;
}
</style>
border-color css
<style>
span { border-color: #48096D; }
span { border-color: rgb(72,9,109); }
td.TdClassName
{
border-color: #48096D;
}
.TagClassName
{
border-color: #48096D;
}
</style>