Shades of Indigo #460D8F
Tints of Indigo #460D8F
RGB
CMYK
RGB Variations
Color information
#460D8F (or 0x460D8F) is known color: Indigo. HEX triplet: 46, 0D and 8F. RGB value is (70,13,143). Sum of RGB (Red+Green+Blue) = 70+13+143=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #460D8F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460D8F is #B9F270. Grayscale: #2C2C2C. Windows color (decimal): -12186225 or 9375046. OLE color: 9375046.
HSL color Cylindrical-coordinate representation of color #460D8F: hue angle of 266.31º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460D8F is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 13 | 143 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.44 |
| HSL | 266.31º | 0.83% | 0.31% | - |
| HSV(B) | 266.31º | 0.91% | 0.56% | - |
| XYZ | 7.63 | 3.57 | 26.27 | - |
| YUV | 44.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 143 | 0.51 | 0.91 | 0 | 0.44 | 266.31 | 0.83 | 0.31 |
| Hex | 46 | D | 8F | 33 | 5B | 0 | 2C | 10A | 53 | 1F |
| Octal | 106 | 15 | 217 | 63 | 133 | 0 | 54 | 412 | 123 | 37 |
| Binary | 1000110 | 1101 | 10001111 | 110011 | 1011011 | 0 | 101100 | 100001010 | 1010011 | 11111 |
Color Harmonies of #460D8F
Complementary color
Monochromatic Colors of #460D8F
Black with #460D8F
Text Example
Text Example
White with #460D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D8F; }
p { color: rgb(70,13,143); }
H1.HeaderClassName
{
color: #460D8F;
}
.AnyTagClassName
{
color: #460D8F;
}
</style>
background-color css
<style>
a { background-color: #460D8F; }
a { background-color: rgb(70,13,143); }
div.DivClassName
{
background-color: #460D8F;
}
.BgClassName
{
background-color: #460D8F;
}
</style>
border-color css
<style>
span { border-color: #460D8F; }
span { border-color: rgb(70,13,143); }
td.TdClassName
{
border-color: #460D8F;
}
.TagClassName
{
border-color: #460D8F;
}
</style>