Shades of Indigo #460290
Tints of Indigo #460290
RGB
CMYK
RGB Variations
Color information
#460290 (or 0x460290) is known color: Indigo. HEX triplet: 46, 02 and 90. RGB value is (70,2,144). Sum of RGB (Red+Green+Blue) = 70+2+144=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #460290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460290 is #B9FD6F. Grayscale: #262626. Windows color (decimal): -12189040 or 9437766. OLE color: 9437766.
HSL color Cylindrical-coordinate representation of color #460290: hue angle of 268.73º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460290 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 2 | 144 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.44 |
| HSL | 268.73º | 0.97% | 0.29% | - |
| HSV(B) | 268.73º | 0.99% | 0.56% | - |
| XYZ | 7.58 | 3.36 | 26.63 | - |
| YUV | 38.52 | 187.53 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 144 | 0.51 | 0.99 | 0 | 0.44 | 268.73 | 0.97 | 0.29 |
| Hex | 46 | 2 | 90 | 33 | 63 | 0 | 2C | 10D | 61 | 1D |
| Octal | 106 | 2 | 220 | 63 | 143 | 0 | 54 | 415 | 141 | 35 |
| Binary | 1000110 | 10 | 10010000 | 110011 | 1100011 | 0 | 101100 | 100001101 | 1100001 | 11101 |
Color Harmonies of #460290
Complementary color
Monochromatic Colors of #460290
Black with #460290
Text Example
Text Example
White with #460290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460290; }
p { color: rgb(70,2,144); }
H1.HeaderClassName
{
color: #460290;
}
.AnyTagClassName
{
color: #460290;
}
</style>
background-color css
<style>
a { background-color: #460290; }
a { background-color: rgb(70,2,144); }
div.DivClassName
{
background-color: #460290;
}
.BgClassName
{
background-color: #460290;
}
</style>
border-color css
<style>
span { border-color: #460290; }
span { border-color: rgb(70,2,144); }
td.TdClassName
{
border-color: #460290;
}
.TagClassName
{
border-color: #460290;
}
</style>