Shades of Han Purple #3401FC
Tints of Han Purple #3401FC
RGB
CMYK
RGB Variations
Color information
#3401FC (or 0x3401FC) is known color: Han Purple. HEX triplet: 34, 01 and FC. RGB value is (52,1,252). Sum of RGB (Red+Green+Blue) = 52+1+252=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 252 (98.83% from 255 or 82.62% from 305); Max value from RGB is 252 - color contains mainly: blue. Hex color #3401FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3401FC is #CBFE03. Grayscale: #2B2B2B. Windows color (decimal): -13368836 or 16515380. OLE color: 16515380.
HSL color Cylindrical-coordinate representation of color #3401FC: hue angle of 252.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3401FC is Cyan = 0.79, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 1 | 252 | - |
| CMYK | 0.79 | 1.00 | 0 | 0.01 |
| HSL | 252.19º | 0.99% | 0.5% | - |
| HSV(B) | 252.19º | 1% | 0.99% | - |
| XYZ | 19 | 7.78 | 92.6 | - |
| YUV | 44.86 | 244.9 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 252 | 0.79 | 1.00 | 0 | 0.01 | 252.19 | 0.99 | 0.5 |
| Hex | 34 | 1 | FC | 4F | 64 | 0 | 1 | FC | 63 | 32 |
| Octal | 64 | 1 | 374 | 117 | 144 | 0 | 1 | 374 | 143 | 62 |
| Binary | 110100 | 1 | 11111100 | 1001111 | 1100100 | 0 | 1 | 11111100 | 1100011 | 110010 |
Color Harmonies of #3401FC
Complementary color
Monochromatic Colors of #3401FC
Black with #3401FC
Text Example
Text Example
White with #3401FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3401FC; }
p { color: rgb(52,1,252); }
H1.HeaderClassName
{
color: #3401FC;
}
.AnyTagClassName
{
color: #3401FC;
}
</style>
background-color css
<style>
a { background-color: #3401FC; }
a { background-color: rgb(52,1,252); }
div.DivClassName
{
background-color: #3401FC;
}
.BgClassName
{
background-color: #3401FC;
}
</style>
border-color css
<style>
span { border-color: #3401FC; }
span { border-color: rgb(52,1,252); }
td.TdClassName
{
border-color: #3401FC;
}
.TagClassName
{
border-color: #3401FC;
}
</style>