Shades of Han Purple #4528EF
Tints of Han Purple #4528EF
RGB
CMYK
RGB Variations
Color information
#4528EF (or 0x4528EF) is known color: Han Purple. HEX triplet: 45, 28 and EF. RGB value is (69,40,239). Sum of RGB (Red+Green+Blue) = 69+40+239=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #4528EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4528EF is #BAD710. Grayscale: #464646. Windows color (decimal): -12244753 or 15673413. OLE color: 15673413.
HSL color Cylindrical-coordinate representation of color #4528EF: hue angle of 248.74º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4528EF is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 40 | 239 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.06 |
| HSL | 248.74º | 0.86% | 0.55% | - |
| HSV(B) | 248.74º | 0.83% | 0.94% | - |
| XYZ | 18.79 | 9.01 | 82.41 | - |
| YUV | 71.36 | 222.61 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 239 | 0.71 | 0.83 | 0 | 0.06 | 248.74 | 0.86 | 0.55 |
| Hex | 45 | 28 | EF | 47 | 53 | 0 | 6 | F9 | 56 | 37 |
| Octal | 105 | 50 | 357 | 107 | 123 | 0 | 6 | 371 | 126 | 67 |
| Binary | 1000101 | 101000 | 11101111 | 1000111 | 1010011 | 0 | 110 | 11111001 | 1010110 | 110111 |
Color Harmonies of #4528EF
Complementary color
Monochromatic Colors of #4528EF
Black with #4528EF
Text Example
Text Example
White with #4528EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4528EF; }
p { color: rgb(69,40,239); }
H1.HeaderClassName
{
color: #4528EF;
}
.AnyTagClassName
{
color: #4528EF;
}
</style>
background-color css
<style>
a { background-color: #4528EF; }
a { background-color: rgb(69,40,239); }
div.DivClassName
{
background-color: #4528EF;
}
.BgClassName
{
background-color: #4528EF;
}
</style>
border-color css
<style>
span { border-color: #4528EF; }
span { border-color: rgb(69,40,239); }
td.TdClassName
{
border-color: #4528EF;
}
.TagClassName
{
border-color: #4528EF;
}
</style>