Shades of Han Purple #341CFE
Tints of Han Purple #341CFE
RGB
CMYK
RGB Variations
Color information
#341CFE (or 0x341CFE) is known color: Han Purple. HEX triplet: 34, 1C and FE. RGB value is (52,28,254). Sum of RGB (Red+Green+Blue) = 52+28+254=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #341CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341CFE is #CBE301. Grayscale: #3C3C3C. Windows color (decimal): -13361922 or 16653364. OLE color: 16653364.
HSL color Cylindrical-coordinate representation of color #341CFE: hue angle of 246.37º 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 #341CFE is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 28 | 254 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.00 |
| HSL | 246.37º | 0.99% | 0.55% | - |
| HSV(B) | 246.37º | 0.89% | 1% | - |
| XYZ | 19.72 | 8.72 | 94.41 | - |
| YUV | 60.94 | 236.95 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 254 | 0.80 | 0.89 | 0 | 0.00 | 246.37 | 0.99 | 0.55 |
| Hex | 34 | 1C | FE | 50 | 59 | 0 | 0 | F6 | 63 | 37 |
| Octal | 64 | 34 | 376 | 120 | 131 | 0 | 0 | 366 | 143 | 67 |
| Binary | 110100 | 11100 | 11111110 | 1010000 | 1011001 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #341CFE
Complementary color
Monochromatic Colors of #341CFE
Black with #341CFE
Text Example
Text Example
White with #341CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341CFE; }
p { color: rgb(52,28,254); }
H1.HeaderClassName
{
color: #341CFE;
}
.AnyTagClassName
{
color: #341CFE;
}
</style>
background-color css
<style>
a { background-color: #341CFE; }
a { background-color: rgb(52,28,254); }
div.DivClassName
{
background-color: #341CFE;
}
.BgClassName
{
background-color: #341CFE;
}
</style>
border-color css
<style>
span { border-color: #341CFE; }
span { border-color: rgb(52,28,254); }
td.TdClassName
{
border-color: #341CFE;
}
.TagClassName
{
border-color: #341CFE;
}
</style>