Shades of Indigo #48178A
Tints of Indigo #48178A
RGB
CMYK
RGB Variations
Color information
#48178A (or 0x48178A) is known color: Indigo. HEX triplet: 48, 17 and 8A. RGB value is (72,23,138). Sum of RGB (Red+Green+Blue) = 72+23+138=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #48178A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48178A is #B7E875. Grayscale: #323232. Windows color (decimal): -12052598 or 9049928. OLE color: 9049928.
HSL color Cylindrical-coordinate representation of color #48178A: hue angle of 265.57º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48178A is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 23 | 138 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.46 |
| HSL | 265.57º | 0.71% | 0.32% | - |
| HSV(B) | 265.57º | 0.83% | 0.54% | - |
| XYZ | 7.57 | 3.83 | 24.38 | - |
| YUV | 50.76 | 177.23 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 138 | 0.48 | 0.83 | 0 | 0.46 | 265.57 | 0.71 | 0.32 |
| Hex | 48 | 17 | 8A | 30 | 53 | 0 | 2E | 10A | 47 | 20 |
| Octal | 110 | 27 | 212 | 60 | 123 | 0 | 56 | 412 | 107 | 40 |
| Binary | 1001000 | 10111 | 10001010 | 110000 | 1010011 | 0 | 101110 | 100001010 | 1000111 | 100000 |
Color Harmonies of #48178A
Complementary color
Monochromatic Colors of #48178A
Black with #48178A
Text Example
Text Example
White with #48178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48178A; }
p { color: rgb(72,23,138); }
H1.HeaderClassName
{
color: #48178A;
}
.AnyTagClassName
{
color: #48178A;
}
</style>
background-color css
<style>
a { background-color: #48178A; }
a { background-color: rgb(72,23,138); }
div.DivClassName
{
background-color: #48178A;
}
.BgClassName
{
background-color: #48178A;
}
</style>
border-color css
<style>
span { border-color: #48178A; }
span { border-color: rgb(72,23,138); }
td.TdClassName
{
border-color: #48178A;
}
.TagClassName
{
border-color: #48178A;
}
</style>