Shades of Han Purple #460BDB
Tints of Han Purple #460BDB
RGB
CMYK
RGB Variations
Color information
#460BDB (or 0x460BDB) is known color: Han Purple. HEX triplet: 46, 0B and DB. RGB value is (70,11,219). Sum of RGB (Red+Green+Blue) = 70+11+219=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #460BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BDB is #B9F424. Grayscale: #333333. Windows color (decimal): -12186661 or 14355270. OLE color: 14355270.
HSL color Cylindrical-coordinate representation of color #460BDB: hue angle of 257.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460BDB is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 11 | 219 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.14 |
| HSL | 257.02º | 0.9% | 0.45% | - |
| HSV(B) | 257.02º | 0.95% | 0.86% | - |
| XYZ | 15.43 | 6.66 | 67.49 | - |
| YUV | 52.35 | 222.05 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 219 | 0.68 | 0.95 | 0 | 0.14 | 257.02 | 0.9 | 0.45 |
| Hex | 46 | B | DB | 44 | 5F | 0 | E | 101 | 5A | 2D |
| Octal | 106 | 13 | 333 | 104 | 137 | 0 | 16 | 401 | 132 | 55 |
| Binary | 1000110 | 1011 | 11011011 | 1000100 | 1011111 | 0 | 1110 | 100000001 | 1011010 | 101101 |
Color Harmonies of #460BDB
Complementary color
Monochromatic Colors of #460BDB
Black with #460BDB
Text Example
Text Example
White with #460BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BDB; }
p { color: rgb(70,11,219); }
H1.HeaderClassName
{
color: #460BDB;
}
.AnyTagClassName
{
color: #460BDB;
}
</style>
background-color css
<style>
a { background-color: #460BDB; }
a { background-color: rgb(70,11,219); }
div.DivClassName
{
background-color: #460BDB;
}
.BgClassName
{
background-color: #460BDB;
}
</style>
border-color css
<style>
span { border-color: #460BDB; }
span { border-color: rgb(70,11,219); }
td.TdClassName
{
border-color: #460BDB;
}
.TagClassName
{
border-color: #460BDB;
}
</style>