Shades of Indigo #460291
Tints of Indigo #460291
RGB
CMYK
RGB Variations
Color information
#460291 (or 0x460291) is known color: Indigo. HEX triplet: 46, 02 and 91. RGB value is (70,2,145). Sum of RGB (Red+Green+Blue) = 70+2+145=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #460291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460291 is #B9FD6E. Grayscale: #262626. Windows color (decimal): -12189039 or 9503302. OLE color: 9503302.
HSL color Cylindrical-coordinate representation of color #460291: hue angle of 268.53º degrees, saturation: 0.97, 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 #460291 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 2 | 145 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.43 |
| HSL | 268.53º | 0.97% | 0.29% | - |
| HSV(B) | 268.53º | 0.99% | 0.57% | - |
| XYZ | 7.66 | 3.39 | 27.04 | - |
| YUV | 38.63 | 188.03 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 145 | 0.52 | 0.99 | 0 | 0.43 | 268.53 | 0.97 | 0.29 |
| Hex | 46 | 2 | 91 | 34 | 63 | 0 | 2B | 10D | 61 | 1D |
| Octal | 106 | 2 | 221 | 64 | 143 | 0 | 53 | 415 | 141 | 35 |
| Binary | 1000110 | 10 | 10010001 | 110100 | 1100011 | 0 | 101011 | 100001101 | 1100001 | 11101 |
Color Harmonies of #460291
Complementary color
Monochromatic Colors of #460291
Black with #460291
Text Example
Text Example
White with #460291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460291; }
p { color: rgb(70,2,145); }
H1.HeaderClassName
{
color: #460291;
}
.AnyTagClassName
{
color: #460291;
}
</style>
background-color css
<style>
a { background-color: #460291; }
a { background-color: rgb(70,2,145); }
div.DivClassName
{
background-color: #460291;
}
.BgClassName
{
background-color: #460291;
}
</style>
border-color css
<style>
span { border-color: #460291; }
span { border-color: rgb(70,2,145); }
td.TdClassName
{
border-color: #460291;
}
.TagClassName
{
border-color: #460291;
}
</style>