Shades of Indigo #460B68
Tints of Indigo #460B68
RGB
CMYK
RGB Variations
Color information
#460B68 (or 0x460B68) is known color: Indigo. HEX triplet: 46, 0B and 68. RGB value is (70,11,104). Sum of RGB (Red+Green+Blue) = 70+11+104=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #460B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B68 is #B9F497. Grayscale: #262626. Windows color (decimal): -12186776 or 6818630. OLE color: 6818630.
HSL color Cylindrical-coordinate representation of color #460B68: hue angle of 278.06º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460B68 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 11 | 104 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.59 |
| HSL | 278.06º | 0.81% | 0.23% | - |
| HSV(B) | 278.06º | 0.89% | 0.41% | - |
| XYZ | 5.14 | 2.54 | 13.32 | - |
| YUV | 39.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 104 | 0.33 | 0.89 | 0 | 0.59 | 278.06 | 0.81 | 0.23 |
| Hex | 46 | B | 68 | 21 | 59 | 0 | 3B | 116 | 51 | 17 |
| Octal | 106 | 13 | 150 | 41 | 131 | 0 | 73 | 426 | 121 | 27 |
| Binary | 1000110 | 1011 | 1101000 | 100001 | 1011001 | 0 | 111011 | 100010110 | 1010001 | 10111 |
Color Harmonies of #460B68
Complementary color
Monochromatic Colors of #460B68
Black with #460B68
Text Example
Text Example
White with #460B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B68; }
p { color: rgb(70,11,104); }
H1.HeaderClassName
{
color: #460B68;
}
.AnyTagClassName
{
color: #460B68;
}
</style>
background-color css
<style>
a { background-color: #460B68; }
a { background-color: rgb(70,11,104); }
div.DivClassName
{
background-color: #460B68;
}
.BgClassName
{
background-color: #460B68;
}
</style>
border-color css
<style>
span { border-color: #460B68; }
span { border-color: rgb(70,11,104); }
td.TdClassName
{
border-color: #460B68;
}
.TagClassName
{
border-color: #460B68;
}
</style>