Shades of Han Purple #3411F0
Tints of Han Purple #3411F0
RGB
CMYK
RGB Variations
Color information
#3411F0 (or 0x3411F0) is known color: Han Purple. HEX triplet: 34, 11 and F0. RGB value is (52,17,240). Sum of RGB (Red+Green+Blue) = 52+17+240=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 240 (94.14% from 255 or 77.67% from 309); Max value from RGB is 240 - color contains mainly: blue. Hex color #3411F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3411F0 is #CBEE0F. Grayscale: #343434. Windows color (decimal): -13364752 or 15733044. OLE color: 15733044.
HSL color Cylindrical-coordinate representation of color #3411F0: hue angle of 249.42º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3411F0 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 17 | 240 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.06 |
| HSL | 249.42º | 0.88% | 0.5% | - |
| HSV(B) | 249.42º | 0.93% | 0.94% | - |
| XYZ | 17.34 | 7.42 | 82.96 | - |
| YUV | 52.89 | 233.6 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 240 | 0.78 | 0.93 | 0 | 0.06 | 249.42 | 0.88 | 0.5 |
| Hex | 34 | 11 | F0 | 4E | 5D | 0 | 6 | F9 | 58 | 32 |
| Octal | 64 | 21 | 360 | 116 | 135 | 0 | 6 | 371 | 130 | 62 |
| Binary | 110100 | 10001 | 11110000 | 1001110 | 1011101 | 0 | 110 | 11111001 | 1011000 | 110010 |
Color Harmonies of #3411F0
Complementary color
Monochromatic Colors of #3411F0
Black with #3411F0
Text Example
Text Example
White with #3411F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3411F0; }
p { color: rgb(52,17,240); }
H1.HeaderClassName
{
color: #3411F0;
}
.AnyTagClassName
{
color: #3411F0;
}
</style>
background-color css
<style>
a { background-color: #3411F0; }
a { background-color: rgb(52,17,240); }
div.DivClassName
{
background-color: #3411F0;
}
.BgClassName
{
background-color: #3411F0;
}
</style>
border-color css
<style>
span { border-color: #3411F0; }
span { border-color: rgb(52,17,240); }
td.TdClassName
{
border-color: #3411F0;
}
.TagClassName
{
border-color: #3411F0;
}
</style>