Shades of Indigo #481268
Tints of Indigo #481268
RGB
CMYK
RGB Variations
Color information
#481268 (or 0x481268) is known color: Indigo. HEX triplet: 48, 12 and 68. RGB value is (72,18,104). Sum of RGB (Red+Green+Blue) = 72+18+104=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #481268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481268 is #B7ED97. Grayscale: #2B2B2B. Windows color (decimal): -12053912 or 6820424. OLE color: 6820424.
HSL color Cylindrical-coordinate representation of color #481268: hue angle of 277.67º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481268 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 18 | 104 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.59 |
| HSL | 277.67º | 0.7% | 0.24% | - |
| HSV(B) | 277.67º | 0.83% | 0.41% | - |
| XYZ | 5.39 | 2.81 | 13.36 | - |
| YUV | 43.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 104 | 0.31 | 0.83 | 0 | 0.59 | 277.67 | 0.7 | 0.24 |
| Hex | 48 | 12 | 68 | 1F | 53 | 0 | 3B | 116 | 46 | 18 |
| Octal | 110 | 22 | 150 | 37 | 123 | 0 | 73 | 426 | 106 | 30 |
| Binary | 1001000 | 10010 | 1101000 | 11111 | 1010011 | 0 | 111011 | 100010110 | 1000110 | 11000 |
Color Harmonies of #481268
Complementary color
Monochromatic Colors of #481268
Black with #481268
Text Example
Text Example
White with #481268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481268; }
p { color: rgb(72,18,104); }
H1.HeaderClassName
{
color: #481268;
}
.AnyTagClassName
{
color: #481268;
}
</style>
background-color css
<style>
a { background-color: #481268; }
a { background-color: rgb(72,18,104); }
div.DivClassName
{
background-color: #481268;
}
.BgClassName
{
background-color: #481268;
}
</style>
border-color css
<style>
span { border-color: #481268; }
span { border-color: rgb(72,18,104); }
td.TdClassName
{
border-color: #481268;
}
.TagClassName
{
border-color: #481268;
}
</style>