Shades of Indigo #48029F
Tints of Indigo #48029F
RGB
CMYK
RGB Variations
Color information
#48029F (or 0x48029F) is known color: Indigo. HEX triplet: 48, 02 and 9F. RGB value is (72,2,159). Sum of RGB (Red+Green+Blue) = 72+2+159=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #48029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48029F is #B7FD60. Grayscale: #282828. Windows color (decimal): -12057953 or 10420808. OLE color: 10420808.
HSL color Cylindrical-coordinate representation of color #48029F: hue angle of 266.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48029F is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 2 | 159 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.38 |
| HSL | 266.75º | 0.98% | 0.32% | - |
| HSV(B) | 266.75º | 0.99% | 0.62% | - |
| XYZ | 8.95 | 3.92 | 33.09 | - |
| YUV | 40.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 159 | 0.55 | 0.99 | 0 | 0.38 | 266.75 | 0.98 | 0.32 |
| Hex | 48 | 2 | 9F | 37 | 63 | 0 | 26 | 10B | 62 | 20 |
| Octal | 110 | 2 | 237 | 67 | 143 | 0 | 46 | 413 | 142 | 40 |
| Binary | 1001000 | 10 | 10011111 | 110111 | 1100011 | 0 | 100110 | 100001011 | 1100010 | 100000 |
Color Harmonies of #48029F
Complementary color
Monochromatic Colors of #48029F
Black with #48029F
Text Example
Text Example
White with #48029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48029F; }
p { color: rgb(72,2,159); }
H1.HeaderClassName
{
color: #48029F;
}
.AnyTagClassName
{
color: #48029F;
}
</style>
background-color css
<style>
a { background-color: #48029F; }
a { background-color: rgb(72,2,159); }
div.DivClassName
{
background-color: #48029F;
}
.BgClassName
{
background-color: #48029F;
}
</style>
border-color css
<style>
span { border-color: #48029F; }
span { border-color: rgb(72,2,159); }
td.TdClassName
{
border-color: #48029F;
}
.TagClassName
{
border-color: #48029F;
}
</style>