Shades of Han Purple #341EDE
Tints of Han Purple #341EDE
RGB
CMYK
RGB Variations
Color information
#341EDE (or 0x341EDE) is known color: Han Purple. HEX triplet: 34, 1E and DE. RGB value is (52,30,222). Sum of RGB (Red+Green+Blue) = 52+30+222=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #341EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341EDE is #CBE121. Grayscale: #393939. Windows color (decimal): -13361442 or 14556724. OLE color: 14556724.
HSL color Cylindrical-coordinate representation of color #341EDE: hue angle of 246.88º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341EDE is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 30 | 222 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.13 |
| HSL | 246.88º | 0.76% | 0.49% | - |
| HSV(B) | 246.88º | 0.86% | 0.87% | - |
| XYZ | 15.07 | 6.93 | 69.65 | - |
| YUV | 58.47 | 220.29 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 222 | 0.77 | 0.86 | 0 | 0.13 | 246.88 | 0.76 | 0.49 |
| Hex | 34 | 1E | DE | 4D | 56 | 0 | D | F7 | 4C | 31 |
| Octal | 64 | 36 | 336 | 115 | 126 | 0 | 15 | 367 | 114 | 61 |
| Binary | 110100 | 11110 | 11011110 | 1001101 | 1010110 | 0 | 1101 | 11110111 | 1001100 | 110001 |
Color Harmonies of #341EDE
Complementary color
Monochromatic Colors of #341EDE
Black with #341EDE
Text Example
Text Example
White with #341EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341EDE; }
p { color: rgb(52,30,222); }
H1.HeaderClassName
{
color: #341EDE;
}
.AnyTagClassName
{
color: #341EDE;
}
</style>
background-color css
<style>
a { background-color: #341EDE; }
a { background-color: rgb(52,30,222); }
div.DivClassName
{
background-color: #341EDE;
}
.BgClassName
{
background-color: #341EDE;
}
</style>
border-color css
<style>
span { border-color: #341EDE; }
span { border-color: rgb(52,30,222); }
td.TdClassName
{
border-color: #341EDE;
}
.TagClassName
{
border-color: #341EDE;
}
</style>