Shades of Indigo #460192
Tints of Indigo #460192
RGB
CMYK
RGB Variations
Color information
#460192 (or 0x460192) is known color: Indigo. HEX triplet: 46, 01 and 92. RGB value is (70,1,146). Sum of RGB (Red+Green+Blue) = 70+1+146=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #460192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460192 is #B9FE6D. Grayscale: #252525. Windows color (decimal): -12189294 or 9568582. OLE color: 9568582.
HSL color Cylindrical-coordinate representation of color #460192: hue angle of 268.55º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460192 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 1 | 146 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.43 |
| HSL | 268.55º | 0.99% | 0.29% | - |
| HSV(B) | 268.55º | 0.99% | 0.57% | - |
| XYZ | 7.72 | 3.4 | 27.44 | - |
| YUV | 38.16 | 188.86 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 146 | 0.52 | 0.99 | 0 | 0.43 | 268.55 | 0.99 | 0.29 |
| Hex | 46 | 1 | 92 | 34 | 63 | 0 | 2B | 10D | 63 | 1D |
| Octal | 106 | 1 | 222 | 64 | 143 | 0 | 53 | 415 | 143 | 35 |
| Binary | 1000110 | 1 | 10010010 | 110100 | 1100011 | 0 | 101011 | 100001101 | 1100011 | 11101 |
Color Harmonies of #460192
Complementary color
Monochromatic Colors of #460192
Black with #460192
Text Example
Text Example
White with #460192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460192; }
p { color: rgb(70,1,146); }
H1.HeaderClassName
{
color: #460192;
}
.AnyTagClassName
{
color: #460192;
}
</style>
background-color css
<style>
a { background-color: #460192; }
a { background-color: rgb(70,1,146); }
div.DivClassName
{
background-color: #460192;
}
.BgClassName
{
background-color: #460192;
}
</style>
border-color css
<style>
span { border-color: #460192; }
span { border-color: rgb(70,1,146); }
td.TdClassName
{
border-color: #460192;
}
.TagClassName
{
border-color: #460192;
}
</style>