Shades of Han Purple #3420FF
Tints of Han Purple #3420FF
RGB
CMYK
RGB Variations
Color information
#3420FF (or 0x3420FF) is known color: Han Purple. HEX triplet: 34, 20 and FF. RGB value is (52,32,255). Sum of RGB (Red+Green+Blue) = 52+32+255=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #3420FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3420FF is #CBDF00. Grayscale: #3E3E3E. Windows color (decimal): -13360897 or 16719924. OLE color: 16719924.
HSL color Cylindrical-coordinate representation of color #3420FF: hue angle of 245.38º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3420FF is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 32 | 255 | - |
| CMYK | 0.80 | 0.87 | 0 | 0 |
| HSL | 245.38º | 1% | 0.56% | - |
| HSV(B) | 245.38º | 0.87% | 1% | - |
| XYZ | 19.98 | 8.98 | 95.29 | - |
| YUV | 63.4 | 236.13 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 255 | 0.80 | 0.87 | 0 | 0 | 245.38 | 1 | 0.56 |
| Hex | 34 | 20 | FF | 50 | 57 | 0 | 0 | F5 | 64 | 38 |
| Octal | 64 | 40 | 377 | 120 | 127 | 0 | 0 | 365 | 144 | 70 |
| Binary | 110100 | 100000 | 11111111 | 1010000 | 1010111 | 0 | 0 | 11110101 | 1100100 | 111000 |
Color Harmonies of #3420FF
Complementary color
Monochromatic Colors of #3420FF
Black with #3420FF
Text Example
Text Example
White with #3420FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3420FF; }
p { color: rgb(52,32,255); }
H1.HeaderClassName
{
color: #3420FF;
}
.AnyTagClassName
{
color: #3420FF;
}
</style>
background-color css
<style>
a { background-color: #3420FF; }
a { background-color: rgb(52,32,255); }
div.DivClassName
{
background-color: #3420FF;
}
.BgClassName
{
background-color: #3420FF;
}
</style>
border-color css
<style>
span { border-color: #3420FF; }
span { border-color: rgb(52,32,255); }
td.TdClassName
{
border-color: #3420FF;
}
.TagClassName
{
border-color: #3420FF;
}
</style>