Shades of Indigo #48099D
Tints of Indigo #48099D
RGB
CMYK
RGB Variations
Color information
#48099D (or 0x48099D) is known color: Indigo. HEX triplet: 48, 09 and 9D. RGB value is (72,9,157). Sum of RGB (Red+Green+Blue) = 72+9+157=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #48099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48099D is #B7F662. Grayscale: #2C2C2C. Windows color (decimal): -12056163 or 10291528. OLE color: 10291528.
HSL color Cylindrical-coordinate representation of color #48099D: hue angle of 265.54º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48099D is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 9 | 157 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.38 |
| HSL | 265.54º | 0.89% | 0.33% | - |
| HSV(B) | 265.54º | 0.94% | 0.62% | - |
| XYZ | 8.86 | 4.01 | 32.21 | - |
| YUV | 44.71 | 191.37 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 9 | 157 | 0.54 | 0.94 | 0 | 0.38 | 265.54 | 0.89 | 0.33 |
| Hex | 48 | 9 | 9D | 36 | 5E | 0 | 26 | 10A | 59 | 21 |
| Octal | 110 | 11 | 235 | 66 | 136 | 0 | 46 | 412 | 131 | 41 |
| Binary | 1001000 | 1001 | 10011101 | 110110 | 1011110 | 0 | 100110 | 100001010 | 1011001 | 100001 |
Color Harmonies of #48099D
Complementary color
Monochromatic Colors of #48099D
Black with #48099D
Text Example
Text Example
White with #48099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48099D; }
p { color: rgb(72,9,157); }
H1.HeaderClassName
{
color: #48099D;
}
.AnyTagClassName
{
color: #48099D;
}
</style>
background-color css
<style>
a { background-color: #48099D; }
a { background-color: rgb(72,9,157); }
div.DivClassName
{
background-color: #48099D;
}
.BgClassName
{
background-color: #48099D;
}
</style>
border-color css
<style>
span { border-color: #48099D; }
span { border-color: rgb(72,9,157); }
td.TdClassName
{
border-color: #48099D;
}
.TagClassName
{
border-color: #48099D;
}
</style>