Shades of Han Purple #452EEF
Tints of Han Purple #452EEF
RGB
CMYK
RGB Variations
Color information
#452EEF (or 0x452EEF) is known color: Han Purple. HEX triplet: 45, 2E and EF. RGB value is (69,46,239). Sum of RGB (Red+Green+Blue) = 69+46+239=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #452EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452EEF is #BAD110. Grayscale: #4A4A4A. Windows color (decimal): -12243217 or 15674949. OLE color: 15674949.
HSL color Cylindrical-coordinate representation of color #452EEF: hue angle of 247.15º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #452EEF is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 46 | 239 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.06 |
| HSL | 247.15º | 0.86% | 0.56% | - |
| HSV(B) | 247.15º | 0.81% | 0.94% | - |
| XYZ | 19.01 | 9.45 | 82.48 | - |
| YUV | 74.88 | 220.62 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 239 | 0.71 | 0.81 | 0 | 0.06 | 247.15 | 0.86 | 0.56 |
| Hex | 45 | 2E | EF | 47 | 51 | 0 | 6 | F7 | 56 | 38 |
| Octal | 105 | 56 | 357 | 107 | 121 | 0 | 6 | 367 | 126 | 70 |
| Binary | 1000101 | 101110 | 11101111 | 1000111 | 1010001 | 0 | 110 | 11110111 | 1010110 | 111000 |
Color Harmonies of #452EEF
Complementary color
Monochromatic Colors of #452EEF
Black with #452EEF
Text Example
Text Example
White with #452EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452EEF; }
p { color: rgb(69,46,239); }
H1.HeaderClassName
{
color: #452EEF;
}
.AnyTagClassName
{
color: #452EEF;
}
</style>
background-color css
<style>
a { background-color: #452EEF; }
a { background-color: rgb(69,46,239); }
div.DivClassName
{
background-color: #452EEF;
}
.BgClassName
{
background-color: #452EEF;
}
</style>
border-color css
<style>
span { border-color: #452EEF; }
span { border-color: rgb(69,46,239); }
td.TdClassName
{
border-color: #452EEF;
}
.TagClassName
{
border-color: #452EEF;
}
</style>