Shades of Han Purple #450DDD
Tints of Han Purple #450DDD
RGB
CMYK
RGB Variations
Color information
#450DDD (or 0x450DDD) is known color: Han Purple. HEX triplet: 45, 0D and DD. RGB value is (69,13,221). Sum of RGB (Red+Green+Blue) = 69+13+221=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #450DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450DDD is #BAF222. Grayscale: #343434. Windows color (decimal): -12251683 or 14486853. OLE color: 14486853.
HSL color Cylindrical-coordinate representation of color #450DDD: hue angle of 256.15º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450DDD is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 13 | 221 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.13 |
| HSL | 256.15º | 0.89% | 0.46% | - |
| HSV(B) | 256.15º | 0.94% | 0.87% | - |
| XYZ | 15.65 | 6.77 | 68.89 | - |
| YUV | 53.46 | 222.55 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 221 | 0.69 | 0.94 | 0 | 0.13 | 256.15 | 0.89 | 0.46 |
| Hex | 45 | D | DD | 45 | 5E | 0 | D | 100 | 59 | 2E |
| Octal | 105 | 15 | 335 | 105 | 136 | 0 | 15 | 400 | 131 | 56 |
| Binary | 1000101 | 1101 | 11011101 | 1000101 | 1011110 | 0 | 1101 | 100000000 | 1011001 | 101110 |
Color Harmonies of #450DDD
Complementary color
Monochromatic Colors of #450DDD
Black with #450DDD
Text Example
Text Example
White with #450DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450DDD; }
p { color: rgb(69,13,221); }
H1.HeaderClassName
{
color: #450DDD;
}
.AnyTagClassName
{
color: #450DDD;
}
</style>
background-color css
<style>
a { background-color: #450DDD; }
a { background-color: rgb(69,13,221); }
div.DivClassName
{
background-color: #450DDD;
}
.BgClassName
{
background-color: #450DDD;
}
</style>
border-color css
<style>
span { border-color: #450DDD; }
span { border-color: rgb(69,13,221); }
td.TdClassName
{
border-color: #450DDD;
}
.TagClassName
{
border-color: #450DDD;
}
</style>