Shades of Han Purple #341BEF
Tints of Han Purple #341BEF
RGB
CMYK
RGB Variations
Color information
#341BEF (or 0x341BEF) is known color: Han Purple. HEX triplet: 34, 1B and EF. RGB value is (52,27,239). Sum of RGB (Red+Green+Blue) = 52+27+239=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #341BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341BEF is #CBE410. Grayscale: #393939. Windows color (decimal): -13362193 or 15670068. OLE color: 15670068.
HSL color Cylindrical-coordinate representation of color #341BEF: hue angle of 247.08º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341BEF is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 27 | 239 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.06 |
| HSL | 247.08º | 0.87% | 0.52% | - |
| HSV(B) | 247.08º | 0.89% | 0.94% | - |
| XYZ | 17.39 | 7.75 | 82.24 | - |
| YUV | 58.64 | 229.78 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 239 | 0.78 | 0.89 | 0 | 0.06 | 247.08 | 0.87 | 0.52 |
| Hex | 34 | 1B | EF | 4E | 59 | 0 | 6 | F7 | 57 | 34 |
| Octal | 64 | 33 | 357 | 116 | 131 | 0 | 6 | 367 | 127 | 64 |
| Binary | 110100 | 11011 | 11101111 | 1001110 | 1011001 | 0 | 110 | 11110111 | 1010111 | 110100 |
Color Harmonies of #341BEF
Complementary color
Monochromatic Colors of #341BEF
Black with #341BEF
Text Example
Text Example
White with #341BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341BEF; }
p { color: rgb(52,27,239); }
H1.HeaderClassName
{
color: #341BEF;
}
.AnyTagClassName
{
color: #341BEF;
}
</style>
background-color css
<style>
a { background-color: #341BEF; }
a { background-color: rgb(52,27,239); }
div.DivClassName
{
background-color: #341BEF;
}
.BgClassName
{
background-color: #341BEF;
}
</style>
border-color css
<style>
span { border-color: #341BEF; }
span { border-color: rgb(52,27,239); }
td.TdClassName
{
border-color: #341BEF;
}
.TagClassName
{
border-color: #341BEF;
}
</style>