Shades of Indigo #481269
Tints of Indigo #481269
RGB
CMYK
RGB Variations
Color information
#481269 (or 0x481269) is known color: Indigo. HEX triplet: 48, 12 and 69. RGB value is (72,18,105). Sum of RGB (Red+Green+Blue) = 72+18+105=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #481269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481269 is #B7ED96. Grayscale: #2B2B2B. Windows color (decimal): -12053911 or 6885960. OLE color: 6885960.
HSL color Cylindrical-coordinate representation of color #481269: hue angle of 277.24º degrees, saturation: 0.71, 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 #481269 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 18 | 105 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.59 |
| HSL | 277.24º | 0.71% | 0.24% | - |
| HSV(B) | 277.24º | 0.83% | 0.41% | - |
| XYZ | 5.44 | 2.83 | 13.62 | - |
| YUV | 44.06 | 162.39 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 105 | 0.31 | 0.83 | 0 | 0.59 | 277.24 | 0.71 | 0.24 |
| Hex | 48 | 12 | 69 | 1F | 53 | 0 | 3B | 115 | 47 | 18 |
| Octal | 110 | 22 | 151 | 37 | 123 | 0 | 73 | 425 | 107 | 30 |
| Binary | 1001000 | 10010 | 1101001 | 11111 | 1010011 | 0 | 111011 | 100010101 | 1000111 | 11000 |
Color Harmonies of #481269
Complementary color
Monochromatic Colors of #481269
Black with #481269
Text Example
Text Example
White with #481269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481269; }
p { color: rgb(72,18,105); }
H1.HeaderClassName
{
color: #481269;
}
.AnyTagClassName
{
color: #481269;
}
</style>
background-color css
<style>
a { background-color: #481269; }
a { background-color: rgb(72,18,105); }
div.DivClassName
{
background-color: #481269;
}
.BgClassName
{
background-color: #481269;
}
</style>
border-color css
<style>
span { border-color: #481269; }
span { border-color: rgb(72,18,105); }
td.TdClassName
{
border-color: #481269;
}
.TagClassName
{
border-color: #481269;
}
</style>