Shades of Han Purple #341CFF
Tints of Han Purple #341CFF
RGB
CMYK
RGB Variations
Color information
#341CFF (or 0x341CFF) is known color: Han Purple. HEX triplet: 34, 1C and FF. RGB value is (52,28,255). Sum of RGB (Red+Green+Blue) = 52+28+255=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #341CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341CFF is #CBE300. Grayscale: #3C3C3C. Windows color (decimal): -13361921 or 16718900. OLE color: 16718900.
HSL color Cylindrical-coordinate representation of color #341CFF: hue angle of 246.34º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341CFF is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 28 | 255 | - |
| CMYK | 0.80 | 0.89 | 0 | 0 |
| HSL | 246.34º | 1% | 0.55% | - |
| HSV(B) | 246.34º | 0.89% | 1% | - |
| XYZ | 19.88 | 8.78 | 95.25 | - |
| YUV | 61.05 | 237.45 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 255 | 0.80 | 0.89 | 0 | 0 | 246.34 | 1 | 0.55 |
| Hex | 34 | 1C | FF | 50 | 59 | 0 | 0 | F6 | 64 | 37 |
| Octal | 64 | 34 | 377 | 120 | 131 | 0 | 0 | 366 | 144 | 67 |
| Binary | 110100 | 11100 | 11111111 | 1010000 | 1011001 | 0 | 0 | 11110110 | 1100100 | 110111 |
Color Harmonies of #341CFF
Complementary color
Monochromatic Colors of #341CFF
Black with #341CFF
Text Example
Text Example
White with #341CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341CFF; }
p { color: rgb(52,28,255); }
H1.HeaderClassName
{
color: #341CFF;
}
.AnyTagClassName
{
color: #341CFF;
}
</style>
background-color css
<style>
a { background-color: #341CFF; }
a { background-color: rgb(52,28,255); }
div.DivClassName
{
background-color: #341CFF;
}
.BgClassName
{
background-color: #341CFF;
}
</style>
border-color css
<style>
span { border-color: #341CFF; }
span { border-color: rgb(52,28,255); }
td.TdClassName
{
border-color: #341CFF;
}
.TagClassName
{
border-color: #341CFF;
}
</style>