Shades of Han Purple #341BEE
Tints of Han Purple #341BEE
RGB
CMYK
RGB Variations
Color information
#341BEE (or 0x341BEE) is known color: Han Purple. HEX triplet: 34, 1B and EE. RGB value is (52,27,238). Sum of RGB (Red+Green+Blue) = 52+27+238=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 238 (93.36% from 255 or 75.08% from 317); Max value from RGB is 238 - color contains mainly: blue. Hex color #341BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341BEE is #CBE411. Grayscale: #393939. Windows color (decimal): -13362194 or 15604532. OLE color: 15604532.
HSL color Cylindrical-coordinate representation of color #341BEE: hue angle of 247.11º degrees, saturation: 0.86, 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 #341BEE is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 27 | 238 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.07 |
| HSL | 247.11º | 0.86% | 0.52% | - |
| HSV(B) | 247.11º | 0.89% | 0.93% | - |
| XYZ | 17.24 | 7.69 | 81.46 | - |
| YUV | 58.53 | 229.28 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 238 | 0.78 | 0.89 | 0 | 0.07 | 247.11 | 0.86 | 0.52 |
| Hex | 34 | 1B | EE | 4E | 59 | 0 | 7 | F7 | 56 | 34 |
| Octal | 64 | 33 | 356 | 116 | 131 | 0 | 7 | 367 | 126 | 64 |
| Binary | 110100 | 11011 | 11101110 | 1001110 | 1011001 | 0 | 111 | 11110111 | 1010110 | 110100 |
Color Harmonies of #341BEE
Complementary color
Monochromatic Colors of #341BEE
Black with #341BEE
Text Example
Text Example
White with #341BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341BEE; }
p { color: rgb(52,27,238); }
H1.HeaderClassName
{
color: #341BEE;
}
.AnyTagClassName
{
color: #341BEE;
}
</style>
background-color css
<style>
a { background-color: #341BEE; }
a { background-color: rgb(52,27,238); }
div.DivClassName
{
background-color: #341BEE;
}
.BgClassName
{
background-color: #341BEE;
}
</style>
border-color css
<style>
span { border-color: #341BEE; }
span { border-color: rgb(52,27,238); }
td.TdClassName
{
border-color: #341BEE;
}
.TagClassName
{
border-color: #341BEE;
}
</style>