Shades of Indigo #460095
Tints of Indigo #460095
RGB
CMYK
RGB Variations
Color information
#460095 (or 0x460095) is known color: Indigo. HEX triplet: 46, 00 and 95. RGB value is (70,0,149). Sum of RGB (Red+Green+Blue) = 70+0+149=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #460095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460095 is #B9FF6A. Grayscale: #252525. Windows color (decimal): -12189547 or 9764934. OLE color: 9764934.
HSL color Cylindrical-coordinate representation of color #460095: hue angle of 268.19º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460095 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 0 | 149 | - |
| CMYK | 0.53 | 1 | 0 | 0.42 |
| HSL | 268.19º | 1% | 0.29% | - |
| HSV(B) | 268.19º | 1% | 0.58% | - |
| XYZ | 7.95 | 3.47 | 28.68 | - |
| YUV | 37.92 | 190.69 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 149 | 0.53 | 1 | 0 | 0.42 | 268.19 | 1 | 0.29 |
| Hex | 46 | 0 | 95 | 35 | 64 | 0 | 2A | 10C | 64 | 1D |
| Octal | 106 | 0 | 225 | 65 | 144 | 0 | 52 | 414 | 144 | 35 |
| Binary | 1000110 | 0 | 10010101 | 110101 | 1100100 | 0 | 101010 | 100001100 | 1100100 | 11101 |
Color Harmonies of #460095
Complementary color
Monochromatic Colors of #460095
Black with #460095
Text Example
Text Example
White with #460095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460095; }
p { color: rgb(70,0,149); }
H1.HeaderClassName
{
color: #460095;
}
.AnyTagClassName
{
color: #460095;
}
</style>
background-color css
<style>
a { background-color: #460095; }
a { background-color: rgb(70,0,149); }
div.DivClassName
{
background-color: #460095;
}
.BgClassName
{
background-color: #460095;
}
</style>
border-color css
<style>
span { border-color: #460095; }
span { border-color: rgb(70,0,149); }
td.TdClassName
{
border-color: #460095;
}
.TagClassName
{
border-color: #460095;
}
</style>