Shades of Han Purple #460FDB
Tints of Han Purple #460FDB
RGB
CMYK
RGB Variations
Color information
#460FDB (or 0x460FDB) is known color: Han Purple. HEX triplet: 46, 0F and DB. RGB value is (70,15,219). Sum of RGB (Red+Green+Blue) = 70+15+219=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #460FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FDB is #B9F024. Grayscale: #353535. Windows color (decimal): -12185637 or 14356294. OLE color: 14356294.
HSL color Cylindrical-coordinate representation of color #460FDB: hue angle of 256.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460FDB is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 15 | 219 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.14 |
| HSL | 256.18º | 0.87% | 0.46% | - |
| HSV(B) | 256.18º | 0.93% | 0.86% | - |
| XYZ | 15.48 | 6.76 | 67.51 | - |
| YUV | 54.7 | 220.72 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 219 | 0.68 | 0.93 | 0 | 0.14 | 256.18 | 0.87 | 0.46 |
| Hex | 46 | F | DB | 44 | 5D | 0 | E | 100 | 57 | 2E |
| Octal | 106 | 17 | 333 | 104 | 135 | 0 | 16 | 400 | 127 | 56 |
| Binary | 1000110 | 1111 | 11011011 | 1000100 | 1011101 | 0 | 1110 | 100000000 | 1010111 | 101110 |
Color Harmonies of #460FDB
Complementary color
Monochromatic Colors of #460FDB
Black with #460FDB
Text Example
Text Example
White with #460FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FDB; }
p { color: rgb(70,15,219); }
H1.HeaderClassName
{
color: #460FDB;
}
.AnyTagClassName
{
color: #460FDB;
}
</style>
background-color css
<style>
a { background-color: #460FDB; }
a { background-color: rgb(70,15,219); }
div.DivClassName
{
background-color: #460FDB;
}
.BgClassName
{
background-color: #460FDB;
}
</style>
border-color css
<style>
span { border-color: #460FDB; }
span { border-color: rgb(70,15,219); }
td.TdClassName
{
border-color: #460FDB;
}
.TagClassName
{
border-color: #460FDB;
}
</style>