Shades of Indigo #48017E
Tints of Indigo #48017E
RGB
CMYK
RGB Variations
Color information
#48017E (or 0x48017E) is known color: Indigo. HEX triplet: 48, 01 and 7E. RGB value is (72,1,126). Sum of RGB (Red+Green+Blue) = 72+1+126=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 126 (49.61% from 255 or 63.32% from 199); Max value from RGB is 126 - color contains mainly: blue. Hex color #48017E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48017E is #B7FE81. Grayscale: #242424. Windows color (decimal): -12058242 or 8257864. OLE color: 8257864.
HSL color Cylindrical-coordinate representation of color #48017E: hue angle of 274.08º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48017E is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 1 | 126 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.51 |
| HSL | 274.08º | 0.98% | 0.25% | - |
| HSV(B) | 274.08º | 0.99% | 0.49% | - |
| XYZ | 6.45 | 2.91 | 19.96 | - |
| YUV | 36.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 126 | 0.43 | 0.99 | 0 | 0.51 | 274.08 | 0.98 | 0.25 |
| Hex | 48 | 1 | 7E | 2B | 63 | 0 | 33 | 112 | 62 | 19 |
| Octal | 110 | 1 | 176 | 53 | 143 | 0 | 63 | 422 | 142 | 31 |
| Binary | 1001000 | 1 | 1111110 | 101011 | 1100011 | 0 | 110011 | 100010010 | 1100010 | 11001 |
Color Harmonies of #48017E
Complementary color
Monochromatic Colors of #48017E
Black with #48017E
Text Example
Text Example
White with #48017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48017E; }
p { color: rgb(72,1,126); }
H1.HeaderClassName
{
color: #48017E;
}
.AnyTagClassName
{
color: #48017E;
}
</style>
background-color css
<style>
a { background-color: #48017E; }
a { background-color: rgb(72,1,126); }
div.DivClassName
{
background-color: #48017E;
}
.BgClassName
{
background-color: #48017E;
}
</style>
border-color css
<style>
span { border-color: #48017E; }
span { border-color: rgb(72,1,126); }
td.TdClassName
{
border-color: #48017E;
}
.TagClassName
{
border-color: #48017E;
}
</style>