Shades of Indigo #48068D
Tints of Indigo #48068D
RGB
CMYK
RGB Variations
Color information
#48068D (or 0x48068D) is known color: Indigo. HEX triplet: 48, 06 and 8D. RGB value is (72,6,141). Sum of RGB (Red+Green+Blue) = 72+6+141=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #48068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48068D is #B7F972. Grayscale: #282828. Windows color (decimal): -12056947 or 9242184. OLE color: 9242184.
HSL color Cylindrical-coordinate representation of color #48068D: hue angle of 269.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48068D is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 6 | 141 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.45 |
| HSL | 269.33º | 0.92% | 0.29% | - |
| HSV(B) | 269.33º | 0.96% | 0.55% | - |
| XYZ | 7.55 | 3.43 | 25.46 | - |
| YUV | 41.12 | 184.37 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 6 | 141 | 0.49 | 0.96 | 0 | 0.45 | 269.33 | 0.92 | 0.29 |
| Hex | 48 | 6 | 8D | 31 | 60 | 0 | 2D | 10D | 5C | 1D |
| Octal | 110 | 6 | 215 | 61 | 140 | 0 | 55 | 415 | 134 | 35 |
| Binary | 1001000 | 110 | 10001101 | 110001 | 1100000 | 0 | 101101 | 100001101 | 1011100 | 11101 |
Color Harmonies of #48068D
Complementary color
Monochromatic Colors of #48068D
Black with #48068D
Text Example
Text Example
White with #48068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48068D; }
p { color: rgb(72,6,141); }
H1.HeaderClassName
{
color: #48068D;
}
.AnyTagClassName
{
color: #48068D;
}
</style>
background-color css
<style>
a { background-color: #48068D; }
a { background-color: rgb(72,6,141); }
div.DivClassName
{
background-color: #48068D;
}
.BgClassName
{
background-color: #48068D;
}
</style>
border-color css
<style>
span { border-color: #48068D; }
span { border-color: rgb(72,6,141); }
td.TdClassName
{
border-color: #48068D;
}
.TagClassName
{
border-color: #48068D;
}
</style>