Shades of Han Purple #452CDF
Tints of Han Purple #452CDF
RGB
CMYK
RGB Variations
Color information
#452CDF (or 0x452CDF) is known color: Han Purple. HEX triplet: 45, 2C and DF. RGB value is (69,44,223). Sum of RGB (Red+Green+Blue) = 69+44+223=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #452CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452CDF is #BAD320. Grayscale: #474747. Windows color (decimal): -12243745 or 14625861. OLE color: 14625861.
HSL color Cylindrical-coordinate representation of color #452CDF: hue angle of 248.38º degrees, saturation: 0.74, 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 #452CDF is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 44 | 223 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.13 |
| HSL | 248.38º | 0.74% | 0.52% | - |
| HSV(B) | 248.38º | 0.8% | 0.87% | - |
| XYZ | 16.67 | 8.39 | 70.55 | - |
| YUV | 71.88 | 213.28 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 223 | 0.69 | 0.80 | 0 | 0.13 | 248.38 | 0.74 | 0.52 |
| Hex | 45 | 2C | DF | 45 | 50 | 0 | D | F8 | 4A | 34 |
| Octal | 105 | 54 | 337 | 105 | 120 | 0 | 15 | 370 | 112 | 64 |
| Binary | 1000101 | 101100 | 11011111 | 1000101 | 1010000 | 0 | 1101 | 11111000 | 1001010 | 110100 |
Color Harmonies of #452CDF
Complementary color
Monochromatic Colors of #452CDF
Black with #452CDF
Text Example
Text Example
White with #452CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CDF; }
p { color: rgb(69,44,223); }
H1.HeaderClassName
{
color: #452CDF;
}
.AnyTagClassName
{
color: #452CDF;
}
</style>
background-color css
<style>
a { background-color: #452CDF; }
a { background-color: rgb(69,44,223); }
div.DivClassName
{
background-color: #452CDF;
}
.BgClassName
{
background-color: #452CDF;
}
</style>
border-color css
<style>
span { border-color: #452CDF; }
span { border-color: rgb(69,44,223); }
td.TdClassName
{
border-color: #452CDF;
}
.TagClassName
{
border-color: #452CDF;
}
</style>