Shades of Indigo #48005F
Tints of Indigo #48005F
RGB
CMYK
RGB Variations
Color information
#48005F (or 0x48005F) is known color: Indigo. HEX triplet: 48, 00 and 5F. RGB value is (72,0,95). Sum of RGB (Red+Green+Blue) = 72+0+95=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #48005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48005F is #B7FFA0. Grayscale: #202020. Windows color (decimal): -12058529 or 6225992. OLE color: 6225992.
HSL color Cylindrical-coordinate representation of color #48005F: hue angle of 285.47º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48005F is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 0 | 95 | - |
| CMYK | 0.24 | 1 | 0 | 0.63 |
| HSL | 285.47º | 1% | 0.19% | - |
| HSV(B) | 285.47º | 1% | 0.37% | - |
| XYZ | 4.74 | 2.2 | 11 | - |
| YUV | 32.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 95 | 0.24 | 1 | 0 | 0.63 | 285.47 | 1 | 0.19 |
| Hex | 48 | 0 | 5F | 18 | 64 | 0 | 3F | 11D | 64 | 13 |
| Octal | 110 | 0 | 137 | 30 | 144 | 0 | 77 | 435 | 144 | 23 |
| Binary | 1001000 | 0 | 1011111 | 11000 | 1100100 | 0 | 111111 | 100011101 | 1100100 | 10011 |
Color Harmonies of #48005F
Complementary color
Monochromatic Colors of #48005F
Black with #48005F
Text Example
Text Example
White with #48005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48005F; }
p { color: rgb(72,0,95); }
H1.HeaderClassName
{
color: #48005F;
}
.AnyTagClassName
{
color: #48005F;
}
</style>
background-color css
<style>
a { background-color: #48005F; }
a { background-color: rgb(72,0,95); }
div.DivClassName
{
background-color: #48005F;
}
.BgClassName
{
background-color: #48005F;
}
</style>
border-color css
<style>
span { border-color: #48005F; }
span { border-color: rgb(72,0,95); }
td.TdClassName
{
border-color: #48005F;
}
.TagClassName
{
border-color: #48005F;
}
</style>