Shades of Han Purple #3423D9
Tints of Han Purple #3423D9
RGB
CMYK
RGB Variations
Color information
#3423D9 (or 0x3423D9) is known color: Han Purple. HEX triplet: 34, 23 and D9. RGB value is (52,35,217). Sum of RGB (Red+Green+Blue) = 52+35+217=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 217 (85.16% from 255 or 71.38% from 304); Max value from RGB is 217 - color contains mainly: blue. Hex color #3423D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3423D9 is #CBDC26. Grayscale: #3C3C3C. Windows color (decimal): -13360167 or 14230324. OLE color: 14230324.
HSL color Cylindrical-coordinate representation of color #3423D9: hue angle of 245.6º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3423D9 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 35 | 217 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.15 |
| HSL | 245.6º | 0.72% | 0.49% | - |
| HSV(B) | 245.6º | 0.84% | 0.85% | - |
| XYZ | 14.54 | 6.94 | 66.22 | - |
| YUV | 60.83 | 216.13 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 217 | 0.76 | 0.84 | 0 | 0.15 | 245.6 | 0.72 | 0.49 |
| Hex | 34 | 23 | D9 | 4C | 54 | 0 | F | F6 | 48 | 31 |
| Octal | 64 | 43 | 331 | 114 | 124 | 0 | 17 | 366 | 110 | 61 |
| Binary | 110100 | 100011 | 11011001 | 1001100 | 1010100 | 0 | 1111 | 11110110 | 1001000 | 110001 |
Color Harmonies of #3423D9
Complementary color
Monochromatic Colors of #3423D9
Black with #3423D9
Text Example
Text Example
White with #3423D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3423D9; }
p { color: rgb(52,35,217); }
H1.HeaderClassName
{
color: #3423D9;
}
.AnyTagClassName
{
color: #3423D9;
}
</style>
background-color css
<style>
a { background-color: #3423D9; }
a { background-color: rgb(52,35,217); }
div.DivClassName
{
background-color: #3423D9;
}
.BgClassName
{
background-color: #3423D9;
}
</style>
border-color css
<style>
span { border-color: #3423D9; }
span { border-color: rgb(52,35,217); }
td.TdClassName
{
border-color: #3423D9;
}
.TagClassName
{
border-color: #3423D9;
}
</style>