Shades of Han Purple #341FEC
Tints of Han Purple #341FEC
RGB
CMYK
RGB Variations
Color information
#341FEC (or 0x341FEC) is known color: Han Purple. HEX triplet: 34, 1F and EC. RGB value is (52,31,236). Sum of RGB (Red+Green+Blue) = 52+31+236=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #341FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341FEC is #CBE013. Grayscale: #3B3B3B. Windows color (decimal): -13361172 or 15474484. OLE color: 15474484.
HSL color Cylindrical-coordinate representation of color #341FEC: hue angle of 246.15º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341FEC is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 31 | 236 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.07 |
| HSL | 246.15º | 0.84% | 0.52% | - |
| HSV(B) | 246.15º | 0.87% | 0.93% | - |
| XYZ | 17.05 | 7.77 | 79.96 | - |
| YUV | 60.65 | 226.96 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 236 | 0.78 | 0.87 | 0 | 0.07 | 246.15 | 0.84 | 0.52 |
| Hex | 34 | 1F | EC | 4E | 57 | 0 | 7 | F6 | 54 | 34 |
| Octal | 64 | 37 | 354 | 116 | 127 | 0 | 7 | 366 | 124 | 64 |
| Binary | 110100 | 11111 | 11101100 | 1001110 | 1010111 | 0 | 111 | 11110110 | 1010100 | 110100 |
Color Harmonies of #341FEC
Complementary color
Monochromatic Colors of #341FEC
Black with #341FEC
Text Example
Text Example
White with #341FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FEC; }
p { color: rgb(52,31,236); }
H1.HeaderClassName
{
color: #341FEC;
}
.AnyTagClassName
{
color: #341FEC;
}
</style>
background-color css
<style>
a { background-color: #341FEC; }
a { background-color: rgb(52,31,236); }
div.DivClassName
{
background-color: #341FEC;
}
.BgClassName
{
background-color: #341FEC;
}
</style>
border-color css
<style>
span { border-color: #341FEC; }
span { border-color: rgb(52,31,236); }
td.TdClassName
{
border-color: #341FEC;
}
.TagClassName
{
border-color: #341FEC;
}
</style>