Shades of Han Purple #3429FF
Tints of Han Purple #3429FF
RGB
CMYK
RGB Variations
Color information
#3429FF (or 0x3429FF) is known color: Han Purple. HEX triplet: 34, 29 and FF. RGB value is (52,41,255). Sum of RGB (Red+Green+Blue) = 52+41+255=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #3429FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3429FF is #CBD600. Grayscale: #434343. Windows color (decimal): -13358593 or 16722228. OLE color: 16722228.
HSL color Cylindrical-coordinate representation of color #3429FF: hue angle of 243.08º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3429FF is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 41 | 255 | - |
| CMYK | 0.80 | 0.84 | 0 | 0 |
| HSL | 243.08º | 1% | 0.58% | - |
| HSV(B) | 243.08º | 0.84% | 1% | - |
| XYZ | 20.26 | 9.54 | 95.38 | - |
| YUV | 68.69 | 233.14 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 255 | 0.80 | 0.84 | 0 | 0 | 243.08 | 1 | 0.58 |
| Hex | 34 | 29 | FF | 50 | 54 | 0 | 0 | F3 | 64 | 3A |
| Octal | 64 | 51 | 377 | 120 | 124 | 0 | 0 | 363 | 144 | 72 |
| Binary | 110100 | 101001 | 11111111 | 1010000 | 1010100 | 0 | 0 | 11110011 | 1100100 | 111010 |
Color Harmonies of #3429FF
Complementary color
Monochromatic Colors of #3429FF
Black with #3429FF
Text Example
Text Example
White with #3429FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3429FF; }
p { color: rgb(52,41,255); }
H1.HeaderClassName
{
color: #3429FF;
}
.AnyTagClassName
{
color: #3429FF;
}
</style>
background-color css
<style>
a { background-color: #3429FF; }
a { background-color: rgb(52,41,255); }
div.DivClassName
{
background-color: #3429FF;
}
.BgClassName
{
background-color: #3429FF;
}
</style>
border-color css
<style>
span { border-color: #3429FF; }
span { border-color: rgb(52,41,255); }
td.TdClassName
{
border-color: #3429FF;
}
.TagClassName
{
border-color: #3429FF;
}
</style>