Shades of Han Purple #450BDB
Tints of Han Purple #450BDB
RGB
CMYK
RGB Variations
Color information
#450BDB (or 0x450BDB) is known color: Han Purple. HEX triplet: 45, 0B and DB. RGB value is (69,11,219). Sum of RGB (Red+Green+Blue) = 69+11+219=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #450BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450BDB is #BAF424. Grayscale: #333333. Windows color (decimal): -12252197 or 14355269. OLE color: 14355269.
HSL color Cylindrical-coordinate representation of color #450BDB: hue angle of 256.73º 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 #450BDB is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 11 | 219 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.14 |
| HSL | 256.73º | 0.9% | 0.45% | - |
| HSV(B) | 256.73º | 0.95% | 0.86% | - |
| XYZ | 15.36 | 6.62 | 67.49 | - |
| YUV | 52.05 | 222.22 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 219 | 0.68 | 0.95 | 0 | 0.14 | 256.73 | 0.9 | 0.45 |
| Hex | 45 | B | DB | 44 | 5F | 0 | E | 101 | 5A | 2D |
| Octal | 105 | 13 | 333 | 104 | 137 | 0 | 16 | 401 | 132 | 55 |
| Binary | 1000101 | 1011 | 11011011 | 1000100 | 1011111 | 0 | 1110 | 100000001 | 1011010 | 101101 |
Color Harmonies of #450BDB
Complementary color
Monochromatic Colors of #450BDB
Black with #450BDB
Text Example
Text Example
White with #450BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450BDB; }
p { color: rgb(69,11,219); }
H1.HeaderClassName
{
color: #450BDB;
}
.AnyTagClassName
{
color: #450BDB;
}
</style>
background-color css
<style>
a { background-color: #450BDB; }
a { background-color: rgb(69,11,219); }
div.DivClassName
{
background-color: #450BDB;
}
.BgClassName
{
background-color: #450BDB;
}
</style>
border-color css
<style>
span { border-color: #450BDB; }
span { border-color: rgb(69,11,219); }
td.TdClassName
{
border-color: #450BDB;
}
.TagClassName
{
border-color: #450BDB;
}
</style>