Shades of Han Purple #3429EE
Tints of Han Purple #3429EE
RGB
CMYK
RGB Variations
Color information
#3429EE (or 0x3429EE) is known color: Han Purple. HEX triplet: 34, 29 and EE. RGB value is (52,41,238). Sum of RGB (Red+Green+Blue) = 52+41+238=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #3429EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3429EE is #CBD611. Grayscale: #414141. Windows color (decimal): -13358610 or 15608116. OLE color: 15608116.
HSL color Cylindrical-coordinate representation of color #3429EE: hue angle of 243.35º 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 #3429EE is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 41 | 238 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.07 |
| HSL | 243.35º | 0.85% | 0.55% | - |
| HSV(B) | 243.35º | 0.83% | 0.93% | - |
| XYZ | 17.64 | 8.49 | 81.6 | - |
| YUV | 66.75 | 224.64 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 238 | 0.78 | 0.83 | 0 | 0.07 | 243.35 | 0.85 | 0.55 |
| Hex | 34 | 29 | EE | 4E | 53 | 0 | 7 | F3 | 55 | 37 |
| Octal | 64 | 51 | 356 | 116 | 123 | 0 | 7 | 363 | 125 | 67 |
| Binary | 110100 | 101001 | 11101110 | 1001110 | 1010011 | 0 | 111 | 11110011 | 1010101 | 110111 |
Color Harmonies of #3429EE
Complementary color
Monochromatic Colors of #3429EE
Black with #3429EE
Text Example
Text Example
White with #3429EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3429EE; }
p { color: rgb(52,41,238); }
H1.HeaderClassName
{
color: #3429EE;
}
.AnyTagClassName
{
color: #3429EE;
}
</style>
background-color css
<style>
a { background-color: #3429EE; }
a { background-color: rgb(52,41,238); }
div.DivClassName
{
background-color: #3429EE;
}
.BgClassName
{
background-color: #3429EE;
}
</style>
border-color css
<style>
span { border-color: #3429EE; }
span { border-color: rgb(52,41,238); }
td.TdClassName
{
border-color: #3429EE;
}
.TagClassName
{
border-color: #3429EE;
}
</style>