Shades of Han Purple #3425DE
Tints of Han Purple #3425DE
RGB
CMYK
RGB Variations
Color information
#3425DE (or 0x3425DE) is known color: Han Purple. HEX triplet: 34, 25 and DE. RGB value is (52,37,222). Sum of RGB (Red+Green+Blue) = 52+37+222=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 222 (87.11% from 255 or 71.38% from 311); Max value from RGB is 222 - color contains mainly: blue. Hex color #3425DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3425DE is #CBDA21. Grayscale: #3D3D3D. Windows color (decimal): -13359650 or 14558516. OLE color: 14558516.
HSL color Cylindrical-coordinate representation of color #3425DE: hue angle of 244.86º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3425DE is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 37 | 222 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.13 |
| HSL | 244.86º | 0.74% | 0.51% | - |
| HSV(B) | 244.86º | 0.83% | 0.87% | - |
| XYZ | 15.26 | 7.33 | 69.72 | - |
| YUV | 62.58 | 217.97 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 222 | 0.77 | 0.83 | 0 | 0.13 | 244.86 | 0.74 | 0.51 |
| Hex | 34 | 25 | DE | 4D | 53 | 0 | D | F5 | 4A | 33 |
| Octal | 64 | 45 | 336 | 115 | 123 | 0 | 15 | 365 | 112 | 63 |
| Binary | 110100 | 100101 | 11011110 | 1001101 | 1010011 | 0 | 1101 | 11110101 | 1001010 | 110011 |
Color Harmonies of #3425DE
Complementary color
Monochromatic Colors of #3425DE
Black with #3425DE
Text Example
Text Example
White with #3425DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3425DE; }
p { color: rgb(52,37,222); }
H1.HeaderClassName
{
color: #3425DE;
}
.AnyTagClassName
{
color: #3425DE;
}
</style>
background-color css
<style>
a { background-color: #3425DE; }
a { background-color: rgb(52,37,222); }
div.DivClassName
{
background-color: #3425DE;
}
.BgClassName
{
background-color: #3425DE;
}
</style>
border-color css
<style>
span { border-color: #3425DE; }
span { border-color: rgb(52,37,222); }
td.TdClassName
{
border-color: #3425DE;
}
.TagClassName
{
border-color: #3425DE;
}
</style>