Shades of Indigo #48129A
Tints of Indigo #48129A
RGB
CMYK
RGB Variations
Color information
#48129A (or 0x48129A) is known color: Indigo. HEX triplet: 48, 12 and 9A. RGB value is (72,18,154). Sum of RGB (Red+Green+Blue) = 72+18+154=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 154 (60.55% from 255 or 63.11% from 244); Max value from RGB is 154 - color contains mainly: blue. Hex color #48129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48129A is #B7ED65. Grayscale: #313131. Windows color (decimal): -12053862 or 10097224. OLE color: 10097224.
HSL color Cylindrical-coordinate representation of color #48129A: hue angle of 263.82º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48129A is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 18 | 154 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.40 |
| HSL | 263.82º | 0.79% | 0.34% | - |
| HSV(B) | 263.82º | 0.88% | 0.6% | - |
| XYZ | 8.72 | 4.14 | 30.91 | - |
| YUV | 49.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 154 | 0.53 | 0.88 | 0 | 0.40 | 263.82 | 0.79 | 0.34 |
| Hex | 48 | 12 | 9A | 35 | 58 | 0 | 28 | 108 | 4F | 22 |
| Octal | 110 | 22 | 232 | 65 | 130 | 0 | 50 | 410 | 117 | 42 |
| Binary | 1001000 | 10010 | 10011010 | 110101 | 1011000 | 0 | 101000 | 100001000 | 1001111 | 100010 |
Color Harmonies of #48129A
Complementary color
Monochromatic Colors of #48129A
Black with #48129A
Text Example
Text Example
White with #48129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48129A; }
p { color: rgb(72,18,154); }
H1.HeaderClassName
{
color: #48129A;
}
.AnyTagClassName
{
color: #48129A;
}
</style>
background-color css
<style>
a { background-color: #48129A; }
a { background-color: rgb(72,18,154); }
div.DivClassName
{
background-color: #48129A;
}
.BgClassName
{
background-color: #48129A;
}
</style>
border-color css
<style>
span { border-color: #48129A; }
span { border-color: rgb(72,18,154); }
td.TdClassName
{
border-color: #48129A;
}
.TagClassName
{
border-color: #48129A;
}
</style>