Shades of Indigo #460F8D
Tints of Indigo #460F8D
RGB
CMYK
RGB Variations
Color information
#460F8D (or 0x460F8D) is known color: Indigo. HEX triplet: 46, 0F and 8D. RGB value is (70,15,141). Sum of RGB (Red+Green+Blue) = 70+15+141=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #460F8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460F8D is #B9F072. Grayscale: #2D2D2D. Windows color (decimal): -12185715 or 9244486. OLE color: 9244486.
HSL color Cylindrical-coordinate representation of color #460F8D: hue angle of 266.19º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460F8D is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 15 | 141 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.45 |
| HSL | 266.19º | 0.81% | 0.31% | - |
| HSV(B) | 266.19º | 0.89% | 0.55% | - |
| XYZ | 7.5 | 3.57 | 25.49 | - |
| YUV | 45.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 141 | 0.50 | 0.89 | 0 | 0.45 | 266.19 | 0.81 | 0.31 |
| Hex | 46 | F | 8D | 32 | 59 | 0 | 2D | 10A | 51 | 1F |
| Octal | 106 | 17 | 215 | 62 | 131 | 0 | 55 | 412 | 121 | 37 |
| Binary | 1000110 | 1111 | 10001101 | 110010 | 1011001 | 0 | 101101 | 100001010 | 1010001 | 11111 |
Color Harmonies of #460F8D
Complementary color
Monochromatic Colors of #460F8D
Black with #460F8D
Text Example
Text Example
White with #460F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F8D; }
p { color: rgb(70,15,141); }
H1.HeaderClassName
{
color: #460F8D;
}
.AnyTagClassName
{
color: #460F8D;
}
</style>
background-color css
<style>
a { background-color: #460F8D; }
a { background-color: rgb(70,15,141); }
div.DivClassName
{
background-color: #460F8D;
}
.BgClassName
{
background-color: #460F8D;
}
</style>
border-color css
<style>
span { border-color: #460F8D; }
span { border-color: rgb(70,15,141); }
td.TdClassName
{
border-color: #460F8D;
}
.TagClassName
{
border-color: #460F8D;
}
</style>