Shades of Han Purple #452DDD
Tints of Han Purple #452DDD
RGB
CMYK
RGB Variations
Color information
#452DDD (or 0x452DDD) is known color: Han Purple. HEX triplet: 45, 2D and DD. RGB value is (69,45,221). Sum of RGB (Red+Green+Blue) = 69+45+221=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #452DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452DDD is #BAD222. Grayscale: #474747. Windows color (decimal): -12243491 or 14495045. OLE color: 14495045.
HSL color Cylindrical-coordinate representation of color #452DDD: hue angle of 248.18º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #452DDD is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 45 | 221 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.13 |
| HSL | 248.18º | 0.72% | 0.52% | - |
| HSV(B) | 248.18º | 0.8% | 0.87% | - |
| XYZ | 16.44 | 8.36 | 69.15 | - |
| YUV | 72.24 | 211.95 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 221 | 0.69 | 0.80 | 0 | 0.13 | 248.18 | 0.72 | 0.52 |
| Hex | 45 | 2D | DD | 45 | 50 | 0 | D | F8 | 48 | 34 |
| Octal | 105 | 55 | 335 | 105 | 120 | 0 | 15 | 370 | 110 | 64 |
| Binary | 1000101 | 101101 | 11011101 | 1000101 | 1010000 | 0 | 1101 | 11111000 | 1001000 | 110100 |
Color Harmonies of #452DDD
Complementary color
Monochromatic Colors of #452DDD
Black with #452DDD
Text Example
Text Example
White with #452DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452DDD; }
p { color: rgb(69,45,221); }
H1.HeaderClassName
{
color: #452DDD;
}
.AnyTagClassName
{
color: #452DDD;
}
</style>
background-color css
<style>
a { background-color: #452DDD; }
a { background-color: rgb(69,45,221); }
div.DivClassName
{
background-color: #452DDD;
}
.BgClassName
{
background-color: #452DDD;
}
</style>
border-color css
<style>
span { border-color: #452DDD; }
span { border-color: rgb(69,45,221); }
td.TdClassName
{
border-color: #452DDD;
}
.TagClassName
{
border-color: #452DDD;
}
</style>