Shades of Han Purple #452FDB
Tints of Han Purple #452FDB
RGB
CMYK
RGB Variations
Color information
#452FDB (or 0x452FDB) is known color: Han Purple. HEX triplet: 45, 2F and DB. RGB value is (69,47,219). Sum of RGB (Red+Green+Blue) = 69+47+219=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #452FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452FDB is #BAD024. Grayscale: #484848. Windows color (decimal): -12242981 or 14364485. OLE color: 14364485.
HSL color Cylindrical-coordinate representation of color #452FDB: hue angle of 247.67º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #452FDB is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 47 | 219 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.14 |
| HSL | 247.67º | 0.7% | 0.52% | - |
| HSV(B) | 247.67º | 0.79% | 0.86% | - |
| XYZ | 16.26 | 8.41 | 67.78 | - |
| YUV | 73.19 | 210.29 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 219 | 0.68 | 0.79 | 0 | 0.14 | 247.67 | 0.7 | 0.52 |
| Hex | 45 | 2F | DB | 44 | 4F | 0 | E | F8 | 46 | 34 |
| Octal | 105 | 57 | 333 | 104 | 117 | 0 | 16 | 370 | 106 | 64 |
| Binary | 1000101 | 101111 | 11011011 | 1000100 | 1001111 | 0 | 1110 | 11111000 | 1000110 | 110100 |
Color Harmonies of #452FDB
Complementary color
Monochromatic Colors of #452FDB
Black with #452FDB
Text Example
Text Example
White with #452FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452FDB; }
p { color: rgb(69,47,219); }
H1.HeaderClassName
{
color: #452FDB;
}
.AnyTagClassName
{
color: #452FDB;
}
</style>
background-color css
<style>
a { background-color: #452FDB; }
a { background-color: rgb(69,47,219); }
div.DivClassName
{
background-color: #452FDB;
}
.BgClassName
{
background-color: #452FDB;
}
</style>
border-color css
<style>
span { border-color: #452FDB; }
span { border-color: rgb(69,47,219); }
td.TdClassName
{
border-color: #452FDB;
}
.TagClassName
{
border-color: #452FDB;
}
</style>