Shades of Indigo #460B65
Tints of Indigo #460B65
RGB
CMYK
RGB Variations
Color information
#460B65 (or 0x460B65) is known color: Indigo. HEX triplet: 46, 0B and 65. RGB value is (70,11,101). Sum of RGB (Red+Green+Blue) = 70+11+101=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #460B65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B65 is #B9F49A. Grayscale: #262626. Windows color (decimal): -12186779 or 6622022. OLE color: 6622022.
HSL color Cylindrical-coordinate representation of color #460B65: hue angle of 279.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460B65 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 11 | 101 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.60 |
| HSL | 279.33º | 0.8% | 0.22% | - |
| HSV(B) | 279.33º | 0.89% | 0.4% | - |
| XYZ | 4.99 | 2.48 | 12.53 | - |
| YUV | 38.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 101 | 0.31 | 0.89 | 0 | 0.60 | 279.33 | 0.8 | 0.22 |
| Hex | 46 | B | 65 | 1F | 59 | 0 | 3C | 117 | 50 | 16 |
| Octal | 106 | 13 | 145 | 37 | 131 | 0 | 74 | 427 | 120 | 26 |
| Binary | 1000110 | 1011 | 1100101 | 11111 | 1011001 | 0 | 111100 | 100010111 | 1010000 | 10110 |
Color Harmonies of #460B65
Complementary color
Monochromatic Colors of #460B65
Black with #460B65
Text Example
Text Example
White with #460B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B65; }
p { color: rgb(70,11,101); }
H1.HeaderClassName
{
color: #460B65;
}
.AnyTagClassName
{
color: #460B65;
}
</style>
background-color css
<style>
a { background-color: #460B65; }
a { background-color: rgb(70,11,101); }
div.DivClassName
{
background-color: #460B65;
}
.BgClassName
{
background-color: #460B65;
}
</style>
border-color css
<style>
span { border-color: #460B65; }
span { border-color: rgb(70,11,101); }
td.TdClassName
{
border-color: #460B65;
}
.TagClassName
{
border-color: #460B65;
}
</style>