Shades of Han Purple #3428EE
Tints of Han Purple #3428EE
RGB
CMYK
RGB Variations
Color information
#3428EE (or 0x3428EE) is known color: Han Purple. HEX triplet: 34, 28 and EE. RGB value is (52,40,238). Sum of RGB (Red+Green+Blue) = 52+40+238=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #3428EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3428EE is #CBD711. Grayscale: #414141. Windows color (decimal): -13358866 or 15607860. OLE color: 15607860.
HSL color Cylindrical-coordinate representation of color #3428EE: hue angle of 243.64º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3428EE is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 40 | 238 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.07 |
| HSL | 243.64º | 0.85% | 0.55% | - |
| HSV(B) | 243.64º | 0.83% | 0.93% | - |
| XYZ | 17.61 | 8.42 | 81.59 | - |
| YUV | 66.16 | 224.98 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 238 | 0.78 | 0.83 | 0 | 0.07 | 243.64 | 0.85 | 0.55 |
| Hex | 34 | 28 | EE | 4E | 53 | 0 | 7 | F4 | 55 | 37 |
| Octal | 64 | 50 | 356 | 116 | 123 | 0 | 7 | 364 | 125 | 67 |
| Binary | 110100 | 101000 | 11101110 | 1001110 | 1010011 | 0 | 111 | 11110100 | 1010101 | 110111 |
Color Harmonies of #3428EE
Complementary color
Monochromatic Colors of #3428EE
Black with #3428EE
Text Example
Text Example
White with #3428EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3428EE; }
p { color: rgb(52,40,238); }
H1.HeaderClassName
{
color: #3428EE;
}
.AnyTagClassName
{
color: #3428EE;
}
</style>
background-color css
<style>
a { background-color: #3428EE; }
a { background-color: rgb(52,40,238); }
div.DivClassName
{
background-color: #3428EE;
}
.BgClassName
{
background-color: #3428EE;
}
</style>
border-color css
<style>
span { border-color: #3428EE; }
span { border-color: rgb(52,40,238); }
td.TdClassName
{
border-color: #3428EE;
}
.TagClassName
{
border-color: #3428EE;
}
</style>