Shades of Han Purple #451FDB
Tints of Han Purple #451FDB
RGB
CMYK
RGB Variations
Color information
#451FDB (or 0x451FDB) is known color: Han Purple. HEX triplet: 45, 1F and DB. RGB value is (69,31,219). Sum of RGB (Red+Green+Blue) = 69+31+219=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #451FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451FDB is #BAE024. Grayscale: #3F3F3F. Windows color (decimal): -12247077 or 14360389. OLE color: 14360389.
HSL color Cylindrical-coordinate representation of color #451FDB: hue angle of 252.13º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451FDB is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 31 | 219 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.14 |
| HSL | 252.13º | 0.75% | 0.49% | - |
| HSV(B) | 252.13º | 0.86% | 0.86% | - |
| XYZ | 15.73 | 7.36 | 67.61 | - |
| YUV | 63.79 | 215.59 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 219 | 0.68 | 0.86 | 0 | 0.14 | 252.13 | 0.75 | 0.49 |
| Hex | 45 | 1F | DB | 44 | 56 | 0 | E | FC | 4B | 31 |
| Octal | 105 | 37 | 333 | 104 | 126 | 0 | 16 | 374 | 113 | 61 |
| Binary | 1000101 | 11111 | 11011011 | 1000100 | 1010110 | 0 | 1110 | 11111100 | 1001011 | 110001 |
Color Harmonies of #451FDB
Complementary color
Monochromatic Colors of #451FDB
Black with #451FDB
Text Example
Text Example
White with #451FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451FDB; }
p { color: rgb(69,31,219); }
H1.HeaderClassName
{
color: #451FDB;
}
.AnyTagClassName
{
color: #451FDB;
}
</style>
background-color css
<style>
a { background-color: #451FDB; }
a { background-color: rgb(69,31,219); }
div.DivClassName
{
background-color: #451FDB;
}
.BgClassName
{
background-color: #451FDB;
}
</style>
border-color css
<style>
span { border-color: #451FDB; }
span { border-color: rgb(69,31,219); }
td.TdClassName
{
border-color: #451FDB;
}
.TagClassName
{
border-color: #451FDB;
}
</style>