Shades of Indigo #48006C
Tints of Indigo #48006C
RGB
CMYK
RGB Variations
Color information
#48006C (or 0x48006C) is known color: Indigo. HEX triplet: 48, 00 and 6C. RGB value is (72,0,108). Sum of RGB (Red+Green+Blue) = 72+0+108=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #48006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48006C is #B7FF93. Grayscale: #212121. Windows color (decimal): -12058516 or 7077960. OLE color: 7077960.
HSL color Cylindrical-coordinate representation of color #48006C: hue angle of 280º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48006C is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 0 | 108 | - |
| CMYK | 0.33 | 1 | 0 | 0.58 |
| HSL | 280º | 1% | 0.21% | - |
| HSV(B) | 280º | 1% | 0.42% | - |
| XYZ | 5.38 | 2.46 | 14.38 | - |
| YUV | 33.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 108 | 0.33 | 1 | 0 | 0.58 | 280 | 1 | 0.21 |
| Hex | 48 | 0 | 6C | 21 | 64 | 0 | 3A | 118 | 64 | 15 |
| Octal | 110 | 0 | 154 | 41 | 144 | 0 | 72 | 430 | 144 | 25 |
| Binary | 1001000 | 0 | 1101100 | 100001 | 1100100 | 0 | 111010 | 100011000 | 1100100 | 10101 |
Color Harmonies of #48006C
Complementary color
Monochromatic Colors of #48006C
Black with #48006C
Text Example
Text Example
White with #48006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48006C; }
p { color: rgb(72,0,108); }
H1.HeaderClassName
{
color: #48006C;
}
.AnyTagClassName
{
color: #48006C;
}
</style>
background-color css
<style>
a { background-color: #48006C; }
a { background-color: rgb(72,0,108); }
div.DivClassName
{
background-color: #48006C;
}
.BgClassName
{
background-color: #48006C;
}
</style>
border-color css
<style>
span { border-color: #48006C; }
span { border-color: rgb(72,0,108); }
td.TdClassName
{
border-color: #48006C;
}
.TagClassName
{
border-color: #48006C;
}
</style>