Shades of Han Purple #3427EE
Tints of Han Purple #3427EE
RGB
CMYK
RGB Variations
Color information
#3427EE (or 0x3427EE) is known color: Han Purple. HEX triplet: 34, 27 and EE. RGB value is (52,39,238). Sum of RGB (Red+Green+Blue) = 52+39+238=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #3427EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3427EE is #CBD811. Grayscale: #404040. Windows color (decimal): -13359122 or 15607604. OLE color: 15607604.
HSL color Cylindrical-coordinate representation of color #3427EE: hue angle of 243.92º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3427EE is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 39 | 238 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.07 |
| HSL | 243.92º | 0.85% | 0.54% | - |
| HSV(B) | 243.92º | 0.84% | 0.93% | - |
| XYZ | 17.57 | 8.35 | 81.58 | - |
| YUV | 65.57 | 225.31 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 39 | 238 | 0.78 | 0.84 | 0 | 0.07 | 243.92 | 0.85 | 0.54 |
| Hex | 34 | 27 | EE | 4E | 54 | 0 | 7 | F4 | 55 | 36 |
| Octal | 64 | 47 | 356 | 116 | 124 | 0 | 7 | 364 | 125 | 66 |
| Binary | 110100 | 100111 | 11101110 | 1001110 | 1010100 | 0 | 111 | 11110100 | 1010101 | 110110 |
Color Harmonies of #3427EE
Complementary color
Monochromatic Colors of #3427EE
Black with #3427EE
Text Example
Text Example
White with #3427EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3427EE; }
p { color: rgb(52,39,238); }
H1.HeaderClassName
{
color: #3427EE;
}
.AnyTagClassName
{
color: #3427EE;
}
</style>
background-color css
<style>
a { background-color: #3427EE; }
a { background-color: rgb(52,39,238); }
div.DivClassName
{
background-color: #3427EE;
}
.BgClassName
{
background-color: #3427EE;
}
</style>
border-color css
<style>
span { border-color: #3427EE; }
span { border-color: rgb(52,39,238); }
td.TdClassName
{
border-color: #3427EE;
}
.TagClassName
{
border-color: #3427EE;
}
</style>