Shades of Indigo #48005C
Tints of Indigo #48005C
RGB
CMYK
RGB Variations
Color information
#48005C (or 0x48005C) is known color: Indigo. HEX triplet: 48, 00 and 5C. RGB value is (72,0,92). Sum of RGB (Red+Green+Blue) = 72+0+92=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #48005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48005C is #B7FFA3. Grayscale: #1F1F1F. Windows color (decimal): -12058532 or 6029384. OLE color: 6029384.
HSL color Cylindrical-coordinate representation of color #48005C: hue angle of 286.96º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48005C is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 0 | 92 | - |
| CMYK | 0.22 | 1 | 0 | 0.64 |
| HSL | 286.96º | 1% | 0.18% | - |
| HSV(B) | 286.96º | 1% | 0.36% | - |
| XYZ | 4.6 | 2.15 | 10.3 | - |
| YUV | 32.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 92 | 0.22 | 1 | 0 | 0.64 | 286.96 | 1 | 0.18 |
| Hex | 48 | 0 | 5C | 16 | 64 | 0 | 40 | 11F | 64 | 12 |
| Octal | 110 | 0 | 134 | 26 | 144 | 0 | 100 | 437 | 144 | 22 |
| Binary | 1001000 | 0 | 1011100 | 10110 | 1100100 | 0 | 1000000 | 100011111 | 1100100 | 10010 |
Color Harmonies of #48005C
Complementary color
Monochromatic Colors of #48005C
Black with #48005C
Text Example
Text Example
White with #48005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48005C; }
p { color: rgb(72,0,92); }
H1.HeaderClassName
{
color: #48005C;
}
.AnyTagClassName
{
color: #48005C;
}
</style>
background-color css
<style>
a { background-color: #48005C; }
a { background-color: rgb(72,0,92); }
div.DivClassName
{
background-color: #48005C;
}
.BgClassName
{
background-color: #48005C;
}
</style>
border-color css
<style>
span { border-color: #48005C; }
span { border-color: rgb(72,0,92); }
td.TdClassName
{
border-color: #48005C;
}
.TagClassName
{
border-color: #48005C;
}
</style>