Shades of Indigo #460B67
Tints of Indigo #460B67
RGB
CMYK
RGB Variations
Color information
#460B67 (or 0x460B67) is known color: Indigo. HEX triplet: 46, 0B and 67. RGB value is (70,11,103). Sum of RGB (Red+Green+Blue) = 70+11+103=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #460B67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B67 is #B9F498. Grayscale: #262626. Windows color (decimal): -12186777 or 6753094. OLE color: 6753094.
HSL color Cylindrical-coordinate representation of color #460B67: hue angle of 278.48º degrees, saturation: 0.81, 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 #460B67 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 11 | 103 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.60 |
| HSL | 278.48º | 0.81% | 0.22% | - |
| HSV(B) | 278.48º | 0.89% | 0.4% | - |
| XYZ | 5.09 | 2.52 | 13.05 | - |
| YUV | 39.13 | 164.05 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 103 | 0.32 | 0.89 | 0 | 0.60 | 278.48 | 0.81 | 0.22 |
| Hex | 46 | B | 67 | 20 | 59 | 0 | 3C | 116 | 51 | 16 |
| Octal | 106 | 13 | 147 | 40 | 131 | 0 | 74 | 426 | 121 | 26 |
| Binary | 1000110 | 1011 | 1100111 | 100000 | 1011001 | 0 | 111100 | 100010110 | 1010001 | 10110 |
Color Harmonies of #460B67
Complementary color
Monochromatic Colors of #460B67
Black with #460B67
Text Example
Text Example
White with #460B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B67; }
p { color: rgb(70,11,103); }
H1.HeaderClassName
{
color: #460B67;
}
.AnyTagClassName
{
color: #460B67;
}
</style>
background-color css
<style>
a { background-color: #460B67; }
a { background-color: rgb(70,11,103); }
div.DivClassName
{
background-color: #460B67;
}
.BgClassName
{
background-color: #460B67;
}
</style>
border-color css
<style>
span { border-color: #460B67; }
span { border-color: rgb(70,11,103); }
td.TdClassName
{
border-color: #460B67;
}
.TagClassName
{
border-color: #460B67;
}
</style>