Shades of Indigo #460789
Tints of Indigo #460789
RGB
CMYK
RGB Variations
Color information
#460789 (or 0x460789) is known color: Indigo. HEX triplet: 46, 07 and 89. RGB value is (70,7,137). Sum of RGB (Red+Green+Blue) = 70+7+137=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #460789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460789 is #B9F876. Grayscale: #282828. Windows color (decimal): -12187767 or 8980294. OLE color: 8980294.
HSL color Cylindrical-coordinate representation of color #460789: hue angle of 269.08º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460789 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 7 | 137 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.46 |
| HSL | 269.08º | 0.9% | 0.28% | - |
| HSV(B) | 269.08º | 0.95% | 0.54% | - |
| XYZ | 7.12 | 3.26 | 23.92 | - |
| YUV | 40.66 | 182.37 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 137 | 0.49 | 0.95 | 0 | 0.46 | 269.08 | 0.9 | 0.28 |
| Hex | 46 | 7 | 89 | 31 | 5F | 0 | 2E | 10D | 5A | 1C |
| Octal | 106 | 7 | 211 | 61 | 137 | 0 | 56 | 415 | 132 | 34 |
| Binary | 1000110 | 111 | 10001001 | 110001 | 1011111 | 0 | 101110 | 100001101 | 1011010 | 11100 |
Color Harmonies of #460789
Complementary color
Monochromatic Colors of #460789
Black with #460789
Text Example
Text Example
White with #460789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460789; }
p { color: rgb(70,7,137); }
H1.HeaderClassName
{
color: #460789;
}
.AnyTagClassName
{
color: #460789;
}
</style>
background-color css
<style>
a { background-color: #460789; }
a { background-color: rgb(70,7,137); }
div.DivClassName
{
background-color: #460789;
}
.BgClassName
{
background-color: #460789;
}
</style>
border-color css
<style>
span { border-color: #460789; }
span { border-color: rgb(70,7,137); }
td.TdClassName
{
border-color: #460789;
}
.TagClassName
{
border-color: #460789;
}
</style>