Shades of Indigo #48077C
Tints of Indigo #48077C
RGB
CMYK
RGB Variations
Color information
#48077C (or 0x48077C) is known color: Indigo. HEX triplet: 48, 07 and 7C. RGB value is (72,7,124). Sum of RGB (Red+Green+Blue) = 72+7+124=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #48077C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48077C is #B7F883. Grayscale: #272727. Windows color (decimal): -12056708 or 8128328. OLE color: 8128328.
HSL color Cylindrical-coordinate representation of color #48077C: hue angle of 273.33º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48077C is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 7 | 124 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.51 |
| HSL | 273.33º | 0.89% | 0.26% | - |
| HSV(B) | 273.33º | 0.94% | 0.49% | - |
| XYZ | 6.39 | 2.98 | 19.31 | - |
| YUV | 39.77 | 175.53 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 7 | 124 | 0.42 | 0.94 | 0 | 0.51 | 273.33 | 0.89 | 0.26 |
| Hex | 48 | 7 | 7C | 2A | 5E | 0 | 33 | 111 | 59 | 1A |
| Octal | 110 | 7 | 174 | 52 | 136 | 0 | 63 | 421 | 131 | 32 |
| Binary | 1001000 | 111 | 1111100 | 101010 | 1011110 | 0 | 110011 | 100010001 | 1011001 | 11010 |
Color Harmonies of #48077C
Complementary color
Monochromatic Colors of #48077C
Black with #48077C
Text Example
Text Example
White with #48077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48077C; }
p { color: rgb(72,7,124); }
H1.HeaderClassName
{
color: #48077C;
}
.AnyTagClassName
{
color: #48077C;
}
</style>
background-color css
<style>
a { background-color: #48077C; }
a { background-color: rgb(72,7,124); }
div.DivClassName
{
background-color: #48077C;
}
.BgClassName
{
background-color: #48077C;
}
</style>
border-color css
<style>
span { border-color: #48077C; }
span { border-color: rgb(72,7,124); }
td.TdClassName
{
border-color: #48077C;
}
.TagClassName
{
border-color: #48077C;
}
</style>