Shades of Han Purple #341DFE
Tints of Han Purple #341DFE
RGB
CMYK
RGB Variations
Color information
#341DFE (or 0x341DFE) is known color: Han Purple. HEX triplet: 34, 1D and FE. RGB value is (52,29,254). Sum of RGB (Red+Green+Blue) = 52+29+254=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #341DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341DFE is #CBE201. Grayscale: #3C3C3C. Windows color (decimal): -13361666 or 16653620. OLE color: 16653620.
HSL color Cylindrical-coordinate representation of color #341DFE: hue angle of 246.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341DFE is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 29 | 254 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.00 |
| HSL | 246.13º | 0.99% | 0.55% | - |
| HSV(B) | 246.13º | 0.89% | 1% | - |
| XYZ | 19.74 | 8.76 | 94.42 | - |
| YUV | 61.53 | 236.62 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 254 | 0.80 | 0.89 | 0 | 0.00 | 246.13 | 0.99 | 0.55 |
| Hex | 34 | 1D | FE | 50 | 59 | 0 | 0 | F6 | 63 | 37 |
| Octal | 64 | 35 | 376 | 120 | 131 | 0 | 0 | 366 | 143 | 67 |
| Binary | 110100 | 11101 | 11111110 | 1010000 | 1011001 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #341DFE
Complementary color
Monochromatic Colors of #341DFE
Black with #341DFE
Text Example
Text Example
White with #341DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341DFE; }
p { color: rgb(52,29,254); }
H1.HeaderClassName
{
color: #341DFE;
}
.AnyTagClassName
{
color: #341DFE;
}
</style>
background-color css
<style>
a { background-color: #341DFE; }
a { background-color: rgb(52,29,254); }
div.DivClassName
{
background-color: #341DFE;
}
.BgClassName
{
background-color: #341DFE;
}
</style>
border-color css
<style>
span { border-color: #341DFE; }
span { border-color: rgb(52,29,254); }
td.TdClassName
{
border-color: #341DFE;
}
.TagClassName
{
border-color: #341DFE;
}
</style>