Shades of Han Purple #3420FB
Tints of Han Purple #3420FB
RGB
CMYK
RGB Variations
Color information
#3420FB (or 0x3420FB) is known color: Han Purple. HEX triplet: 34, 20 and FB. RGB value is (52,32,251). Sum of RGB (Red+Green+Blue) = 52+32+251=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #3420FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3420FB is #CBDF04. Grayscale: #3E3E3E. Windows color (decimal): -13360901 or 16457780. OLE color: 16457780.
HSL color Cylindrical-coordinate representation of color #3420FB: hue angle of 245.48º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3420FB is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 32 | 251 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.02 |
| HSL | 245.48º | 0.96% | 0.55% | - |
| HSV(B) | 245.48º | 0.87% | 0.98% | - |
| XYZ | 19.35 | 8.73 | 91.93 | - |
| YUV | 62.95 | 234.13 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 251 | 0.79 | 0.87 | 0 | 0.02 | 245.48 | 0.96 | 0.55 |
| Hex | 34 | 20 | FB | 4F | 57 | 0 | 2 | F5 | 60 | 37 |
| Octal | 64 | 40 | 373 | 117 | 127 | 0 | 2 | 365 | 140 | 67 |
| Binary | 110100 | 100000 | 11111011 | 1001111 | 1010111 | 0 | 10 | 11110101 | 1100000 | 110111 |
Color Harmonies of #3420FB
Complementary color
Monochromatic Colors of #3420FB
Black with #3420FB
Text Example
Text Example
White with #3420FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3420FB; }
p { color: rgb(52,32,251); }
H1.HeaderClassName
{
color: #3420FB;
}
.AnyTagClassName
{
color: #3420FB;
}
</style>
background-color css
<style>
a { background-color: #3420FB; }
a { background-color: rgb(52,32,251); }
div.DivClassName
{
background-color: #3420FB;
}
.BgClassName
{
background-color: #3420FB;
}
</style>
border-color css
<style>
span { border-color: #3420FB; }
span { border-color: rgb(52,32,251); }
td.TdClassName
{
border-color: #3420FB;
}
.TagClassName
{
border-color: #3420FB;
}
</style>