Shades of Han Purple #3428EF
Tints of Han Purple #3428EF
RGB
CMYK
RGB Variations
Color information
#3428EF (or 0x3428EF) is known color: Han Purple. HEX triplet: 34, 28 and EF. RGB value is (52,40,239). Sum of RGB (Red+Green+Blue) = 52+40+239=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #3428EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3428EF is #CBD710. Grayscale: #414141. Windows color (decimal): -13358865 or 15673396. OLE color: 15673396.
HSL color Cylindrical-coordinate representation of color #3428EF: hue angle of 243.62º 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 #3428EF is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 40 | 239 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.06 |
| HSL | 243.62º | 0.86% | 0.55% | - |
| HSV(B) | 243.62º | 0.83% | 0.94% | - |
| XYZ | 17.75 | 8.48 | 82.36 | - |
| YUV | 66.27 | 225.48 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 239 | 0.78 | 0.83 | 0 | 0.06 | 243.62 | 0.86 | 0.55 |
| Hex | 34 | 28 | EF | 4E | 53 | 0 | 6 | F4 | 56 | 37 |
| Octal | 64 | 50 | 357 | 116 | 123 | 0 | 6 | 364 | 126 | 67 |
| Binary | 110100 | 101000 | 11101111 | 1001110 | 1010011 | 0 | 110 | 11110100 | 1010110 | 110111 |
Color Harmonies of #3428EF
Complementary color
Monochromatic Colors of #3428EF
Black with #3428EF
Text Example
Text Example
White with #3428EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3428EF; }
p { color: rgb(52,40,239); }
H1.HeaderClassName
{
color: #3428EF;
}
.AnyTagClassName
{
color: #3428EF;
}
</style>
background-color css
<style>
a { background-color: #3428EF; }
a { background-color: rgb(52,40,239); }
div.DivClassName
{
background-color: #3428EF;
}
.BgClassName
{
background-color: #3428EF;
}
</style>
border-color css
<style>
span { border-color: #3428EF; }
span { border-color: rgb(52,40,239); }
td.TdClassName
{
border-color: #3428EF;
}
.TagClassName
{
border-color: #3428EF;
}
</style>