Shades of Han Purple #3414FF
Tints of Han Purple #3414FF
RGB
CMYK
RGB Variations
Color information
#3414FF (or 0x3414FF) is known color: Han Purple. HEX triplet: 34, 14 and FF. RGB value is (52,20,255). Sum of RGB (Red+Green+Blue) = 52+20+255=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #3414FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3414FF is #CBEB00. Grayscale: #373737. Windows color (decimal): -13363969 or 16716852. OLE color: 16716852.
HSL color Cylindrical-coordinate representation of color #3414FF: hue angle of 248.17º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3414FF is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 20 | 255 | - |
| CMYK | 0.80 | 0.92 | 0 | 0 |
| HSL | 248.17º | 1% | 0.54% | - |
| HSV(B) | 248.17º | 0.92% | 1% | - |
| XYZ | 19.72 | 8.45 | 95.2 | - |
| YUV | 56.36 | 240.1 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 255 | 0.80 | 0.92 | 0 | 0 | 248.17 | 1 | 0.54 |
| Hex | 34 | 14 | FF | 50 | 5C | 0 | 0 | F8 | 64 | 36 |
| Octal | 64 | 24 | 377 | 120 | 134 | 0 | 0 | 370 | 144 | 66 |
| Binary | 110100 | 10100 | 11111111 | 1010000 | 1011100 | 0 | 0 | 11111000 | 1100100 | 110110 |
Color Harmonies of #3414FF
Complementary color
Monochromatic Colors of #3414FF
Black with #3414FF
Text Example
Text Example
White with #3414FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3414FF; }
p { color: rgb(52,20,255); }
H1.HeaderClassName
{
color: #3414FF;
}
.AnyTagClassName
{
color: #3414FF;
}
</style>
background-color css
<style>
a { background-color: #3414FF; }
a { background-color: rgb(52,20,255); }
div.DivClassName
{
background-color: #3414FF;
}
.BgClassName
{
background-color: #3414FF;
}
</style>
border-color css
<style>
span { border-color: #3414FF; }
span { border-color: rgb(52,20,255); }
td.TdClassName
{
border-color: #3414FF;
}
.TagClassName
{
border-color: #3414FF;
}
</style>