Shades of Indigo #460F92
Tints of Indigo #460F92
RGB
CMYK
RGB Variations
Color information
#460F92 (or 0x460F92) is known color: Indigo. HEX triplet: 46, 0F and 92. RGB value is (70,15,146). Sum of RGB (Red+Green+Blue) = 70+15+146=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #460F92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460F92 is #B9F06D. Grayscale: #2D2D2D. Windows color (decimal): -12185710 or 9572166. OLE color: 9572166.
HSL color Cylindrical-coordinate representation of color #460F92: hue angle of 265.19º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460F92 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 15 | 146 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.43 |
| HSL | 265.19º | 0.81% | 0.32% | - |
| HSV(B) | 265.19º | 0.9% | 0.57% | - |
| XYZ | 7.88 | 3.72 | 27.5 | - |
| YUV | 46.38 | 184.22 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 146 | 0.52 | 0.90 | 0 | 0.43 | 265.19 | 0.81 | 0.32 |
| Hex | 46 | F | 92 | 34 | 5A | 0 | 2B | 109 | 51 | 20 |
| Octal | 106 | 17 | 222 | 64 | 132 | 0 | 53 | 411 | 121 | 40 |
| Binary | 1000110 | 1111 | 10010010 | 110100 | 1011010 | 0 | 101011 | 100001001 | 1010001 | 100000 |
Color Harmonies of #460F92
Complementary color
Monochromatic Colors of #460F92
Black with #460F92
Text Example
Text Example
White with #460F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F92; }
p { color: rgb(70,15,146); }
H1.HeaderClassName
{
color: #460F92;
}
.AnyTagClassName
{
color: #460F92;
}
</style>
background-color css
<style>
a { background-color: #460F92; }
a { background-color: rgb(70,15,146); }
div.DivClassName
{
background-color: #460F92;
}
.BgClassName
{
background-color: #460F92;
}
</style>
border-color css
<style>
span { border-color: #460F92; }
span { border-color: rgb(70,15,146); }
td.TdClassName
{
border-color: #460F92;
}
.TagClassName
{
border-color: #460F92;
}
</style>