Shades of Han Purple #452BDD
Tints of Han Purple #452BDD
RGB
CMYK
RGB Variations
Color information
#452BDD (or 0x452BDD) is known color: Han Purple. HEX triplet: 45, 2B and DD. RGB value is (69,43,221). Sum of RGB (Red+Green+Blue) = 69+43+221=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #452BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452BDD is #BAD422. Grayscale: #464646. Windows color (decimal): -12244003 or 14494533. OLE color: 14494533.
HSL color Cylindrical-coordinate representation of color #452BDD: hue angle of 248.76º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #452BDD is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 43 | 221 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.13 |
| HSL | 248.76º | 0.72% | 0.52% | - |
| HSV(B) | 248.76º | 0.81% | 0.87% | - |
| XYZ | 16.37 | 8.21 | 69.13 | - |
| YUV | 71.07 | 212.61 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 221 | 0.69 | 0.81 | 0 | 0.13 | 248.76 | 0.72 | 0.52 |
| Hex | 45 | 2B | DD | 45 | 51 | 0 | D | F9 | 48 | 34 |
| Octal | 105 | 53 | 335 | 105 | 121 | 0 | 15 | 371 | 110 | 64 |
| Binary | 1000101 | 101011 | 11011101 | 1000101 | 1010001 | 0 | 1101 | 11111001 | 1001000 | 110100 |
Color Harmonies of #452BDD
Complementary color
Monochromatic Colors of #452BDD
Black with #452BDD
Text Example
Text Example
White with #452BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452BDD; }
p { color: rgb(69,43,221); }
H1.HeaderClassName
{
color: #452BDD;
}
.AnyTagClassName
{
color: #452BDD;
}
</style>
background-color css
<style>
a { background-color: #452BDD; }
a { background-color: rgb(69,43,221); }
div.DivClassName
{
background-color: #452BDD;
}
.BgClassName
{
background-color: #452BDD;
}
</style>
border-color css
<style>
span { border-color: #452BDD; }
span { border-color: rgb(69,43,221); }
td.TdClassName
{
border-color: #452BDD;
}
.TagClassName
{
border-color: #452BDD;
}
</style>