Shades of Han Purple #4528E4
Tints of Han Purple #4528E4
RGB
CMYK
RGB Variations
Color information
#4528E4 (or 0x4528E4) is known color: Han Purple. HEX triplet: 45, 28 and E4. RGB value is (69,40,228). Sum of RGB (Red+Green+Blue) = 69+40+228=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 228 (89.45% from 255 or 67.66% from 337); Max value from RGB is 228 - color contains mainly: blue. Hex color #4528E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4528E4 is #BAD71B. Grayscale: #454545. Windows color (decimal): -12244764 or 14952517. OLE color: 14952517.
HSL color Cylindrical-coordinate representation of color #4528E4: hue angle of 249.26º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4528E4 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 40 | 228 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.11 |
| HSL | 249.26º | 0.78% | 0.53% | - |
| HSV(B) | 249.26º | 0.82% | 0.89% | - |
| XYZ | 17.22 | 8.38 | 74.11 | - |
| YUV | 70.1 | 217.11 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 228 | 0.70 | 0.82 | 0 | 0.11 | 249.26 | 0.78 | 0.53 |
| Hex | 45 | 28 | E4 | 46 | 52 | 0 | B | F9 | 4E | 35 |
| Octal | 105 | 50 | 344 | 106 | 122 | 0 | 13 | 371 | 116 | 65 |
| Binary | 1000101 | 101000 | 11100100 | 1000110 | 1010010 | 0 | 1011 | 11111001 | 1001110 | 110101 |
Color Harmonies of #4528E4
Complementary color
Monochromatic Colors of #4528E4
Black with #4528E4
Text Example
Text Example
White with #4528E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4528E4; }
p { color: rgb(69,40,228); }
H1.HeaderClassName
{
color: #4528E4;
}
.AnyTagClassName
{
color: #4528E4;
}
</style>
background-color css
<style>
a { background-color: #4528E4; }
a { background-color: rgb(69,40,228); }
div.DivClassName
{
background-color: #4528E4;
}
.BgClassName
{
background-color: #4528E4;
}
</style>
border-color css
<style>
span { border-color: #4528E4; }
span { border-color: rgb(69,40,228); }
td.TdClassName
{
border-color: #4528E4;
}
.TagClassName
{
border-color: #4528E4;
}
</style>