Shades of Han Purple #3401FE
Tints of Han Purple #3401FE
RGB
CMYK
RGB Variations
Color information
#3401FE (or 0x3401FE) is known color: Han Purple. HEX triplet: 34, 01 and FE. RGB value is (52,1,254). Sum of RGB (Red+Green+Blue) = 52+1+254=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 254 (99.61% from 255 or 82.74% from 307); Max value from RGB is 254 - color contains mainly: blue. Hex color #3401FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3401FE is #CBFE01. Grayscale: #2C2C2C. Windows color (decimal): -13368834 or 16646452. OLE color: 16646452.
HSL color Cylindrical-coordinate representation of color #3401FE: hue angle of 252.09º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3401FE is Cyan = 0.80, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 1 | 254 | - |
| CMYK | 0.80 | 1.00 | 0 | 0.00 |
| HSL | 252.09º | 0.99% | 0.5% | - |
| HSV(B) | 252.09º | 1% | 1% | - |
| XYZ | 19.32 | 7.91 | 94.27 | - |
| YUV | 45.09 | 245.9 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 254 | 0.80 | 1.00 | 0 | 0.00 | 252.09 | 0.99 | 0.5 |
| Hex | 34 | 1 | FE | 50 | 64 | 0 | 0 | FC | 63 | 32 |
| Octal | 64 | 1 | 376 | 120 | 144 | 0 | 0 | 374 | 143 | 62 |
| Binary | 110100 | 1 | 11111110 | 1010000 | 1100100 | 0 | 0 | 11111100 | 1100011 | 110010 |
Color Harmonies of #3401FE
Complementary color
Monochromatic Colors of #3401FE
Black with #3401FE
Text Example
Text Example
White with #3401FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3401FE; }
p { color: rgb(52,1,254); }
H1.HeaderClassName
{
color: #3401FE;
}
.AnyTagClassName
{
color: #3401FE;
}
</style>
background-color css
<style>
a { background-color: #3401FE; }
a { background-color: rgb(52,1,254); }
div.DivClassName
{
background-color: #3401FE;
}
.BgClassName
{
background-color: #3401FE;
}
</style>
border-color css
<style>
span { border-color: #3401FE; }
span { border-color: rgb(52,1,254); }
td.TdClassName
{
border-color: #3401FE;
}
.TagClassName
{
border-color: #3401FE;
}
</style>