Shades of Han Purple #341DFF
Tints of Han Purple #341DFF
RGB
CMYK
RGB Variations
Color information
#341DFF (or 0x341DFF) is known color: Han Purple. HEX triplet: 34, 1D and FF. RGB value is (52,29,255). Sum of RGB (Red+Green+Blue) = 52+29+255=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #341DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341DFF is #CBE200. Grayscale: #3C3C3C. Windows color (decimal): -13361665 or 16719156. OLE color: 16719156.
HSL color Cylindrical-coordinate representation of color #341DFF: hue angle of 246.11º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341DFF is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 29 | 255 | - |
| CMYK | 0.80 | 0.89 | 0 | 0 |
| HSL | 246.11º | 1% | 0.56% | - |
| HSV(B) | 246.11º | 0.89% | 1% | - |
| XYZ | 19.91 | 8.83 | 95.26 | - |
| YUV | 61.64 | 237.12 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 255 | 0.80 | 0.89 | 0 | 0 | 246.11 | 1 | 0.56 |
| Hex | 34 | 1D | FF | 50 | 59 | 0 | 0 | F6 | 64 | 38 |
| Octal | 64 | 35 | 377 | 120 | 131 | 0 | 0 | 366 | 144 | 70 |
| Binary | 110100 | 11101 | 11111111 | 1010000 | 1011001 | 0 | 0 | 11110110 | 1100100 | 111000 |
Color Harmonies of #341DFF
Complementary color
Monochromatic Colors of #341DFF
Black with #341DFF
Text Example
Text Example
White with #341DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341DFF; }
p { color: rgb(52,29,255); }
H1.HeaderClassName
{
color: #341DFF;
}
.AnyTagClassName
{
color: #341DFF;
}
</style>
background-color css
<style>
a { background-color: #341DFF; }
a { background-color: rgb(52,29,255); }
div.DivClassName
{
background-color: #341DFF;
}
.BgClassName
{
background-color: #341DFF;
}
</style>
border-color css
<style>
span { border-color: #341DFF; }
span { border-color: rgb(52,29,255); }
td.TdClassName
{
border-color: #341DFF;
}
.TagClassName
{
border-color: #341DFF;
}
</style>