Shades of Indigo #461299
Tints of Indigo #461299
RGB
CMYK
RGB Variations
Color information
#461299 (or 0x461299) is known color: Indigo. HEX triplet: 46, 12 and 99. RGB value is (70,18,153). Sum of RGB (Red+Green+Blue) = 70+18+153=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #461299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461299 is #B9ED66. Grayscale: #303030. Windows color (decimal): -12184935 or 10031686. OLE color: 10031686.
HSL color Cylindrical-coordinate representation of color #461299: hue angle of 263.11º 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 #461299 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 18 | 153 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.4 |
| HSL | 263.11º | 0.79% | 0.34% | - |
| HSV(B) | 263.11º | 0.88% | 0.6% | - |
| XYZ | 8.49 | 4.03 | 30.47 | - |
| YUV | 48.94 | 186.73 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 153 | 0.54 | 0.88 | 0 | 0.4 | 263.11 | 0.79 | 0.34 |
| Hex | 46 | 12 | 99 | 36 | 58 | 0 | 28 | 107 | 4F | 22 |
| Octal | 106 | 22 | 231 | 66 | 130 | 0 | 50 | 407 | 117 | 42 |
| Binary | 1000110 | 10010 | 10011001 | 110110 | 1011000 | 0 | 101000 | 100000111 | 1001111 | 100010 |
Color Harmonies of #461299
Complementary color
Monochromatic Colors of #461299
Black with #461299
Text Example
Text Example
White with #461299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461299; }
p { color: rgb(70,18,153); }
H1.HeaderClassName
{
color: #461299;
}
.AnyTagClassName
{
color: #461299;
}
</style>
background-color css
<style>
a { background-color: #461299; }
a { background-color: rgb(70,18,153); }
div.DivClassName
{
background-color: #461299;
}
.BgClassName
{
background-color: #461299;
}
</style>
border-color css
<style>
span { border-color: #461299; }
span { border-color: rgb(70,18,153); }
td.TdClassName
{
border-color: #461299;
}
.TagClassName
{
border-color: #461299;
}
</style>