Shades of Indigo #460F9F
Tints of Indigo #460F9F
RGB
CMYK
RGB Variations
Color information
#460F9F (or 0x460F9F) is known color: Indigo. HEX triplet: 46, 0F and 9F. RGB value is (70,15,159). Sum of RGB (Red+Green+Blue) = 70+15+159=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #460F9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460F9F is #B9F060. Grayscale: #2F2F2F. Windows color (decimal): -12185697 or 10424134. OLE color: 10424134.
HSL color Cylindrical-coordinate representation of color #460F9F: hue angle of 262.92º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460F9F is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 15 | 159 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.38 |
| HSL | 262.92º | 0.83% | 0.34% | - |
| HSV(B) | 262.92º | 0.91% | 0.62% | - |
| XYZ | 8.95 | 4.15 | 33.13 | - |
| YUV | 47.86 | 190.72 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 159 | 0.56 | 0.91 | 0 | 0.38 | 262.92 | 0.83 | 0.34 |
| Hex | 46 | F | 9F | 38 | 5B | 0 | 26 | 107 | 53 | 22 |
| Octal | 106 | 17 | 237 | 70 | 133 | 0 | 46 | 407 | 123 | 42 |
| Binary | 1000110 | 1111 | 10011111 | 111000 | 1011011 | 0 | 100110 | 100000111 | 1010011 | 100010 |
Color Harmonies of #460F9F
Complementary color
Monochromatic Colors of #460F9F
Black with #460F9F
Text Example
Text Example
White with #460F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F9F; }
p { color: rgb(70,15,159); }
H1.HeaderClassName
{
color: #460F9F;
}
.AnyTagClassName
{
color: #460F9F;
}
</style>
background-color css
<style>
a { background-color: #460F9F; }
a { background-color: rgb(70,15,159); }
div.DivClassName
{
background-color: #460F9F;
}
.BgClassName
{
background-color: #460F9F;
}
</style>
border-color css
<style>
span { border-color: #460F9F; }
span { border-color: rgb(70,15,159); }
td.TdClassName
{
border-color: #460F9F;
}
.TagClassName
{
border-color: #460F9F;
}
</style>