Shades of Indigo #461090
Tints of Indigo #461090
RGB
CMYK
RGB Variations
Color information
#461090 (or 0x461090) is known color: Indigo. HEX triplet: 46, 10 and 90. RGB value is (70,16,144). Sum of RGB (Red+Green+Blue) = 70+16+144=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #461090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461090 is #B9EF6F. Grayscale: #2E2E2E. Windows color (decimal): -12185456 or 9441350. OLE color: 9441350.
HSL color Cylindrical-coordinate representation of color #461090: hue angle of 265.31º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461090 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 16 | 144 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.44 |
| HSL | 265.31º | 0.8% | 0.31% | - |
| HSV(B) | 265.31º | 0.89% | 0.56% | - |
| XYZ | 7.75 | 3.69 | 26.69 | - |
| YUV | 46.74 | 182.89 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 144 | 0.51 | 0.89 | 0 | 0.44 | 265.31 | 0.8 | 0.31 |
| Hex | 46 | 10 | 90 | 33 | 59 | 0 | 2C | 109 | 50 | 1F |
| Octal | 106 | 20 | 220 | 63 | 131 | 0 | 54 | 411 | 120 | 37 |
| Binary | 1000110 | 10000 | 10010000 | 110011 | 1011001 | 0 | 101100 | 100001001 | 1010000 | 11111 |
Color Harmonies of #461090
Complementary color
Monochromatic Colors of #461090
Black with #461090
Text Example
Text Example
White with #461090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461090; }
p { color: rgb(70,16,144); }
H1.HeaderClassName
{
color: #461090;
}
.AnyTagClassName
{
color: #461090;
}
</style>
background-color css
<style>
a { background-color: #461090; }
a { background-color: rgb(70,16,144); }
div.DivClassName
{
background-color: #461090;
}
.BgClassName
{
background-color: #461090;
}
</style>
border-color css
<style>
span { border-color: #461090; }
span { border-color: rgb(70,16,144); }
td.TdClassName
{
border-color: #461090;
}
.TagClassName
{
border-color: #461090;
}
</style>