Shades of Indigo #460F7B
Tints of Indigo #460F7B
RGB
CMYK
RGB Variations
Color information
#460F7B (or 0x460F7B) is known color: Indigo. HEX triplet: 46, 0F and 7B. RGB value is (70,15,123). Sum of RGB (Red+Green+Blue) = 70+15+123=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #460F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F7B is #B9F084. Grayscale: #2B2B2B. Windows color (decimal): -12185733 or 8064838. OLE color: 8064838.
HSL color Cylindrical-coordinate representation of color #460F7B: hue angle of 270.56º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460F7B is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 15 | 123 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.52 |
| HSL | 270.56º | 0.78% | 0.27% | - |
| HSV(B) | 270.56º | 0.88% | 0.48% | - |
| XYZ | 6.27 | 3.07 | 19 | - |
| YUV | 43.76 | 172.72 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 123 | 0.43 | 0.88 | 0 | 0.52 | 270.56 | 0.78 | 0.27 |
| Hex | 46 | F | 7B | 2B | 58 | 0 | 34 | 10F | 4E | 1B |
| Octal | 106 | 17 | 173 | 53 | 130 | 0 | 64 | 417 | 116 | 33 |
| Binary | 1000110 | 1111 | 1111011 | 101011 | 1011000 | 0 | 110100 | 100001111 | 1001110 | 11011 |
Color Harmonies of #460F7B
Complementary color
Monochromatic Colors of #460F7B
Black with #460F7B
Text Example
Text Example
White with #460F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F7B; }
p { color: rgb(70,15,123); }
H1.HeaderClassName
{
color: #460F7B;
}
.AnyTagClassName
{
color: #460F7B;
}
</style>
background-color css
<style>
a { background-color: #460F7B; }
a { background-color: rgb(70,15,123); }
div.DivClassName
{
background-color: #460F7B;
}
.BgClassName
{
background-color: #460F7B;
}
</style>
border-color css
<style>
span { border-color: #460F7B; }
span { border-color: rgb(70,15,123); }
td.TdClassName
{
border-color: #460F7B;
}
.TagClassName
{
border-color: #460F7B;
}
</style>