Shades of Indigo #48078C
Tints of Indigo #48078C
RGB
CMYK
RGB Variations
Color information
#48078C (or 0x48078C) is known color: Indigo. HEX triplet: 48, 07 and 8C. RGB value is (72,7,140). Sum of RGB (Red+Green+Blue) = 72+7+140=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #48078C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48078C is #B7F873. Grayscale: #292929. Windows color (decimal): -12056692 or 9176904. OLE color: 9176904.
HSL color Cylindrical-coordinate representation of color #48078C: hue angle of 269.32º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48078C is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 7 | 140 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.45 |
| HSL | 269.32º | 0.9% | 0.29% | - |
| HSV(B) | 269.32º | 0.95% | 0.55% | - |
| XYZ | 7.48 | 3.42 | 25.08 | - |
| YUV | 41.6 | 183.53 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 7 | 140 | 0.49 | 0.95 | 0 | 0.45 | 269.32 | 0.9 | 0.29 |
| Hex | 48 | 7 | 8C | 31 | 5F | 0 | 2D | 10D | 5A | 1D |
| Octal | 110 | 7 | 214 | 61 | 137 | 0 | 55 | 415 | 132 | 35 |
| Binary | 1001000 | 111 | 10001100 | 110001 | 1011111 | 0 | 101101 | 100001101 | 1011010 | 11101 |
Color Harmonies of #48078C
Complementary color
Monochromatic Colors of #48078C
Black with #48078C
Text Example
Text Example
White with #48078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48078C; }
p { color: rgb(72,7,140); }
H1.HeaderClassName
{
color: #48078C;
}
.AnyTagClassName
{
color: #48078C;
}
</style>
background-color css
<style>
a { background-color: #48078C; }
a { background-color: rgb(72,7,140); }
div.DivClassName
{
background-color: #48078C;
}
.BgClassName
{
background-color: #48078C;
}
</style>
border-color css
<style>
span { border-color: #48078C; }
span { border-color: rgb(72,7,140); }
td.TdClassName
{
border-color: #48078C;
}
.TagClassName
{
border-color: #48078C;
}
</style>