Shades of Han Purple #341BEC
Tints of Han Purple #341BEC
RGB
CMYK
RGB Variations
Color information
#341BEC (or 0x341BEC) is known color: Han Purple. HEX triplet: 34, 1B and EC. RGB value is (52,27,236). Sum of RGB (Red+Green+Blue) = 52+27+236=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #341BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341BEC is #CBE413. Grayscale: #393939. Windows color (decimal): -13362196 or 15473460. OLE color: 15473460.
HSL color Cylindrical-coordinate representation of color #341BEC: hue angle of 247.18º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341BEC is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 27 | 236 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.07 |
| HSL | 247.18º | 0.85% | 0.52% | - |
| HSV(B) | 247.18º | 0.89% | 0.93% | - |
| XYZ | 16.95 | 7.57 | 79.92 | - |
| YUV | 58.3 | 228.28 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 236 | 0.78 | 0.89 | 0 | 0.07 | 247.18 | 0.85 | 0.52 |
| Hex | 34 | 1B | EC | 4E | 59 | 0 | 7 | F7 | 55 | 34 |
| Octal | 64 | 33 | 354 | 116 | 131 | 0 | 7 | 367 | 125 | 64 |
| Binary | 110100 | 11011 | 11101100 | 1001110 | 1011001 | 0 | 111 | 11110111 | 1010101 | 110100 |
Color Harmonies of #341BEC
Complementary color
Monochromatic Colors of #341BEC
Black with #341BEC
Text Example
Text Example
White with #341BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341BEC; }
p { color: rgb(52,27,236); }
H1.HeaderClassName
{
color: #341BEC;
}
.AnyTagClassName
{
color: #341BEC;
}
</style>
background-color css
<style>
a { background-color: #341BEC; }
a { background-color: rgb(52,27,236); }
div.DivClassName
{
background-color: #341BEC;
}
.BgClassName
{
background-color: #341BEC;
}
</style>
border-color css
<style>
span { border-color: #341BEC; }
span { border-color: rgb(52,27,236); }
td.TdClassName
{
border-color: #341BEC;
}
.TagClassName
{
border-color: #341BEC;
}
</style>