Shades of Indigo #48007B
Tints of Indigo #48007B
RGB
CMYK
RGB Variations
Color information
#48007B (or 0x48007B) is known color: Indigo. HEX triplet: 48, 00 and 7B. RGB value is (72,0,123). Sum of RGB (Red+Green+Blue) = 72+0+123=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #48007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48007B is #B7FF84. Grayscale: #232323. Windows color (decimal): -12058501 or 8061000. OLE color: 8061000.
HSL color Cylindrical-coordinate representation of color #48007B: hue angle of 275.12º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48007B is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 0 | 123 | - |
| CMYK | 0.41 | 1 | 0 | 0.52 |
| HSL | 275.12º | 1% | 0.24% | - |
| HSV(B) | 275.12º | 1% | 0.48% | - |
| XYZ | 6.25 | 2.81 | 18.95 | - |
| YUV | 35.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 123 | 0.41 | 1 | 0 | 0.52 | 275.12 | 1 | 0.24 |
| Hex | 48 | 0 | 7B | 29 | 64 | 0 | 34 | 113 | 64 | 18 |
| Octal | 110 | 0 | 173 | 51 | 144 | 0 | 64 | 423 | 144 | 30 |
| Binary | 1001000 | 0 | 1111011 | 101001 | 1100100 | 0 | 110100 | 100010011 | 1100100 | 11000 |
Color Harmonies of #48007B
Complementary color
Monochromatic Colors of #48007B
Black with #48007B
Text Example
Text Example
White with #48007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48007B; }
p { color: rgb(72,0,123); }
H1.HeaderClassName
{
color: #48007B;
}
.AnyTagClassName
{
color: #48007B;
}
</style>
background-color css
<style>
a { background-color: #48007B; }
a { background-color: rgb(72,0,123); }
div.DivClassName
{
background-color: #48007B;
}
.BgClassName
{
background-color: #48007B;
}
</style>
border-color css
<style>
span { border-color: #48007B; }
span { border-color: rgb(72,0,123); }
td.TdClassName
{
border-color: #48007B;
}
.TagClassName
{
border-color: #48007B;
}
</style>