Shades of Han Purple #341FF0
Tints of Han Purple #341FF0
RGB
CMYK
RGB Variations
Color information
#341FF0 (or 0x341FF0) is known color: Han Purple. HEX triplet: 34, 1F and F0. RGB value is (52,31,240). Sum of RGB (Red+Green+Blue) = 52+31+240=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 240 (94.14% from 255 or 74.30% from 323); Max value from RGB is 240 - color contains mainly: blue. Hex color #341FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341FF0 is #CBE00F. Grayscale: #3C3C3C. Windows color (decimal): -13361168 or 15736628. OLE color: 15736628.
HSL color Cylindrical-coordinate representation of color #341FF0: hue angle of 246.03º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341FF0 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 31 | 240 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.06 |
| HSL | 246.03º | 0.87% | 0.53% | - |
| HSV(B) | 246.03º | 0.87% | 0.94% | - |
| XYZ | 17.63 | 8 | 83.05 | - |
| YUV | 61.11 | 228.96 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 240 | 0.78 | 0.87 | 0 | 0.06 | 246.03 | 0.87 | 0.53 |
| Hex | 34 | 1F | F0 | 4E | 57 | 0 | 6 | F6 | 57 | 35 |
| Octal | 64 | 37 | 360 | 116 | 127 | 0 | 6 | 366 | 127 | 65 |
| Binary | 110100 | 11111 | 11110000 | 1001110 | 1010111 | 0 | 110 | 11110110 | 1010111 | 110101 |
Color Harmonies of #341FF0
Complementary color
Monochromatic Colors of #341FF0
Black with #341FF0
Text Example
Text Example
White with #341FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FF0; }
p { color: rgb(52,31,240); }
H1.HeaderClassName
{
color: #341FF0;
}
.AnyTagClassName
{
color: #341FF0;
}
</style>
background-color css
<style>
a { background-color: #341FF0; }
a { background-color: rgb(52,31,240); }
div.DivClassName
{
background-color: #341FF0;
}
.BgClassName
{
background-color: #341FF0;
}
</style>
border-color css
<style>
span { border-color: #341FF0; }
span { border-color: rgb(52,31,240); }
td.TdClassName
{
border-color: #341FF0;
}
.TagClassName
{
border-color: #341FF0;
}
</style>