Shades of Han Purple #452DDF
Tints of Han Purple #452DDF
RGB
CMYK
RGB Variations
Color information
#452DDF (or 0x452DDF) is known color: Han Purple. HEX triplet: 45, 2D and DF. RGB value is (69,45,223). Sum of RGB (Red+Green+Blue) = 69+45+223=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #452DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452DDF is #BAD220. Grayscale: #474747. Windows color (decimal): -12243489 or 14626117. OLE color: 14626117.
HSL color Cylindrical-coordinate representation of color #452DDF: hue angle of 248.09º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #452DDF is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 45 | 223 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.13 |
| HSL | 248.09º | 0.74% | 0.53% | - |
| HSV(B) | 248.09º | 0.8% | 0.87% | - |
| XYZ | 16.71 | 8.47 | 70.57 | - |
| YUV | 72.47 | 212.95 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 223 | 0.69 | 0.80 | 0 | 0.13 | 248.09 | 0.74 | 0.53 |
| Hex | 45 | 2D | DF | 45 | 50 | 0 | D | F8 | 4A | 35 |
| Octal | 105 | 55 | 337 | 105 | 120 | 0 | 15 | 370 | 112 | 65 |
| Binary | 1000101 | 101101 | 11011111 | 1000101 | 1010000 | 0 | 1101 | 11111000 | 1001010 | 110101 |
Color Harmonies of #452DDF
Complementary color
Monochromatic Colors of #452DDF
Black with #452DDF
Text Example
Text Example
White with #452DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452DDF; }
p { color: rgb(69,45,223); }
H1.HeaderClassName
{
color: #452DDF;
}
.AnyTagClassName
{
color: #452DDF;
}
</style>
background-color css
<style>
a { background-color: #452DDF; }
a { background-color: rgb(69,45,223); }
div.DivClassName
{
background-color: #452DDF;
}
.BgClassName
{
background-color: #452DDF;
}
</style>
border-color css
<style>
span { border-color: #452DDF; }
span { border-color: rgb(69,45,223); }
td.TdClassName
{
border-color: #452DDF;
}
.TagClassName
{
border-color: #452DDF;
}
</style>