Shades of Han Purple #3423EF
Tints of Han Purple #3423EF
RGB
CMYK
RGB Variations
Color information
#3423EF (or 0x3423EF) is known color: Han Purple. HEX triplet: 34, 23 and EF. RGB value is (52,35,239). Sum of RGB (Red+Green+Blue) = 52+35+239=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #3423EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3423EF is #CBDC10. Grayscale: #3E3E3E. Windows color (decimal): -13360145 or 15672116. OLE color: 15672116.
HSL color Cylindrical-coordinate representation of color #3423EF: hue angle of 245º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3423EF is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 35 | 239 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.06 |
| HSL | 245º | 0.86% | 0.54% | - |
| HSV(B) | 245º | 0.85% | 0.94% | - |
| XYZ | 17.6 | 8.16 | 82.31 | - |
| YUV | 63.34 | 227.13 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 239 | 0.78 | 0.85 | 0 | 0.06 | 245 | 0.86 | 0.54 |
| Hex | 34 | 23 | EF | 4E | 55 | 0 | 6 | F5 | 56 | 36 |
| Octal | 64 | 43 | 357 | 116 | 125 | 0 | 6 | 365 | 126 | 66 |
| Binary | 110100 | 100011 | 11101111 | 1001110 | 1010101 | 0 | 110 | 11110101 | 1010110 | 110110 |
Color Harmonies of #3423EF
Complementary color
Monochromatic Colors of #3423EF
Black with #3423EF
Text Example
Text Example
White with #3423EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3423EF; }
p { color: rgb(52,35,239); }
H1.HeaderClassName
{
color: #3423EF;
}
.AnyTagClassName
{
color: #3423EF;
}
</style>
background-color css
<style>
a { background-color: #3423EF; }
a { background-color: rgb(52,35,239); }
div.DivClassName
{
background-color: #3423EF;
}
.BgClassName
{
background-color: #3423EF;
}
</style>
border-color css
<style>
span { border-color: #3423EF; }
span { border-color: rgb(52,35,239); }
td.TdClassName
{
border-color: #3423EF;
}
.TagClassName
{
border-color: #3423EF;
}
</style>