Shades of Indigo #461095
Tints of Indigo #461095
RGB
CMYK
RGB Variations
Color information
#461095 (or 0x461095) is known color: Indigo. HEX triplet: 46, 10 and 95. RGB value is (70,16,149). Sum of RGB (Red+Green+Blue) = 70+16+149=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #461095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461095 is #B9EF6A. Grayscale: #2E2E2E. Windows color (decimal): -12185451 or 9769030. OLE color: 9769030.
HSL color Cylindrical-coordinate representation of color #461095: hue angle of 264.36º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461095 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 16 | 149 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.42 |
| HSL | 264.36º | 0.81% | 0.32% | - |
| HSV(B) | 264.36º | 0.89% | 0.58% | - |
| XYZ | 8.14 | 3.84 | 28.75 | - |
| YUV | 47.31 | 185.39 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 149 | 0.53 | 0.89 | 0 | 0.42 | 264.36 | 0.81 | 0.32 |
| Hex | 46 | 10 | 95 | 35 | 59 | 0 | 2A | 108 | 51 | 20 |
| Octal | 106 | 20 | 225 | 65 | 131 | 0 | 52 | 410 | 121 | 40 |
| Binary | 1000110 | 10000 | 10010101 | 110101 | 1011001 | 0 | 101010 | 100001000 | 1010001 | 100000 |
Color Harmonies of #461095
Complementary color
Monochromatic Colors of #461095
Black with #461095
Text Example
Text Example
White with #461095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461095; }
p { color: rgb(70,16,149); }
H1.HeaderClassName
{
color: #461095;
}
.AnyTagClassName
{
color: #461095;
}
</style>
background-color css
<style>
a { background-color: #461095; }
a { background-color: rgb(70,16,149); }
div.DivClassName
{
background-color: #461095;
}
.BgClassName
{
background-color: #461095;
}
</style>
border-color css
<style>
span { border-color: #461095; }
span { border-color: rgb(70,16,149); }
td.TdClassName
{
border-color: #461095;
}
.TagClassName
{
border-color: #461095;
}
</style>