Shades of Han Purple #3423DE
Tints of Han Purple #3423DE
RGB
CMYK
RGB Variations
Color information
#3423DE (or 0x3423DE) is known color: Han Purple. HEX triplet: 34, 23 and DE. RGB value is (52,35,222). Sum of RGB (Red+Green+Blue) = 52+35+222=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #3423DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3423DE is #CBDC21. Grayscale: #3C3C3C. Windows color (decimal): -13360162 or 14558004. OLE color: 14558004.
HSL color Cylindrical-coordinate representation of color #3423DE: hue angle of 245.45º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3423DE is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 35 | 222 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.13 |
| HSL | 245.45º | 0.74% | 0.5% | - |
| HSV(B) | 245.45º | 0.84% | 0.87% | - |
| XYZ | 15.2 | 7.21 | 69.7 | - |
| YUV | 61.4 | 218.63 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 222 | 0.77 | 0.84 | 0 | 0.13 | 245.45 | 0.74 | 0.5 |
| Hex | 34 | 23 | DE | 4D | 54 | 0 | D | F5 | 4A | 32 |
| Octal | 64 | 43 | 336 | 115 | 124 | 0 | 15 | 365 | 112 | 62 |
| Binary | 110100 | 100011 | 11011110 | 1001101 | 1010100 | 0 | 1101 | 11110101 | 1001010 | 110010 |
Color Harmonies of #3423DE
Complementary color
Monochromatic Colors of #3423DE
Black with #3423DE
Text Example
Text Example
White with #3423DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3423DE; }
p { color: rgb(52,35,222); }
H1.HeaderClassName
{
color: #3423DE;
}
.AnyTagClassName
{
color: #3423DE;
}
</style>
background-color css
<style>
a { background-color: #3423DE; }
a { background-color: rgb(52,35,222); }
div.DivClassName
{
background-color: #3423DE;
}
.BgClassName
{
background-color: #3423DE;
}
</style>
border-color css
<style>
span { border-color: #3423DE; }
span { border-color: rgb(52,35,222); }
td.TdClassName
{
border-color: #3423DE;
}
.TagClassName
{
border-color: #3423DE;
}
</style>