Shades of Han Purple #450FDB
Tints of Han Purple #450FDB
RGB
CMYK
RGB Variations
Color information
#450FDB (or 0x450FDB) is known color: Han Purple. HEX triplet: 45, 0F and DB. RGB value is (69,15,219). Sum of RGB (Red+Green+Blue) = 69+15+219=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #450FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450FDB is #BAF024. Grayscale: #353535. Windows color (decimal): -12251173 or 14356293. OLE color: 14356293.
HSL color Cylindrical-coordinate representation of color #450FDB: hue angle of 255.88º 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 #450FDB is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 15 | 219 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.14 |
| HSL | 255.88º | 0.87% | 0.46% | - |
| HSV(B) | 255.88º | 0.93% | 0.86% | - |
| XYZ | 15.41 | 6.72 | 67.5 | - |
| YUV | 54.4 | 220.89 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 219 | 0.68 | 0.93 | 0 | 0.14 | 255.88 | 0.87 | 0.46 |
| Hex | 45 | F | DB | 44 | 5D | 0 | E | 100 | 57 | 2E |
| Octal | 105 | 17 | 333 | 104 | 135 | 0 | 16 | 400 | 127 | 56 |
| Binary | 1000101 | 1111 | 11011011 | 1000100 | 1011101 | 0 | 1110 | 100000000 | 1010111 | 101110 |
Color Harmonies of #450FDB
Complementary color
Monochromatic Colors of #450FDB
Black with #450FDB
Text Example
Text Example
White with #450FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FDB; }
p { color: rgb(69,15,219); }
H1.HeaderClassName
{
color: #450FDB;
}
.AnyTagClassName
{
color: #450FDB;
}
</style>
background-color css
<style>
a { background-color: #450FDB; }
a { background-color: rgb(69,15,219); }
div.DivClassName
{
background-color: #450FDB;
}
.BgClassName
{
background-color: #450FDB;
}
</style>
border-color css
<style>
span { border-color: #450FDB; }
span { border-color: rgb(69,15,219); }
td.TdClassName
{
border-color: #450FDB;
}
.TagClassName
{
border-color: #450FDB;
}
</style>