Shades of Han Purple #451DDD
Tints of Han Purple #451DDD
RGB
CMYK
RGB Variations
Color information
#451DDD (or 0x451DDD) is known color: Han Purple. HEX triplet: 45, 1D and DD. RGB value is (69,29,221). Sum of RGB (Red+Green+Blue) = 69+29+221=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #451DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451DDD is #BAE222. Grayscale: #3E3E3E. Windows color (decimal): -12247587 or 14490949. OLE color: 14490949.
HSL color Cylindrical-coordinate representation of color #451DDD: hue angle of 252.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451DDD is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 29 | 221 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.13 |
| HSL | 252.5º | 0.77% | 0.49% | - |
| HSV(B) | 252.5º | 0.87% | 0.87% | - |
| XYZ | 15.94 | 7.36 | 68.99 | - |
| YUV | 62.85 | 217.25 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 221 | 0.69 | 0.87 | 0 | 0.13 | 252.5 | 0.77 | 0.49 |
| Hex | 45 | 1D | DD | 45 | 57 | 0 | D | FD | 4D | 31 |
| Octal | 105 | 35 | 335 | 105 | 127 | 0 | 15 | 375 | 115 | 61 |
| Binary | 1000101 | 11101 | 11011101 | 1000101 | 1010111 | 0 | 1101 | 11111101 | 1001101 | 110001 |
Color Harmonies of #451DDD
Complementary color
Monochromatic Colors of #451DDD
Black with #451DDD
Text Example
Text Example
White with #451DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451DDD; }
p { color: rgb(69,29,221); }
H1.HeaderClassName
{
color: #451DDD;
}
.AnyTagClassName
{
color: #451DDD;
}
</style>
background-color css
<style>
a { background-color: #451DDD; }
a { background-color: rgb(69,29,221); }
div.DivClassName
{
background-color: #451DDD;
}
.BgClassName
{
background-color: #451DDD;
}
</style>
border-color css
<style>
span { border-color: #451DDD; }
span { border-color: rgb(69,29,221); }
td.TdClassName
{
border-color: #451DDD;
}
.TagClassName
{
border-color: #451DDD;
}
</style>