Shades of Han Purple #341AEC
Tints of Han Purple #341AEC
RGB
CMYK
RGB Variations
Color information
#341AEC (or 0x341AEC) is known color: Han Purple. HEX triplet: 34, 1A and EC. RGB value is (52,26,236). Sum of RGB (Red+Green+Blue) = 52+26+236=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #341AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341AEC is #CBE513. Grayscale: #383838. Windows color (decimal): -13362452 or 15473204. OLE color: 15473204.
HSL color Cylindrical-coordinate representation of color #341AEC: hue angle of 247.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341AEC is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 26 | 236 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.07 |
| HSL | 247.43º | 0.85% | 0.51% | - |
| HSV(B) | 247.43º | 0.89% | 0.93% | - |
| XYZ | 16.93 | 7.52 | 79.92 | - |
| YUV | 57.71 | 228.61 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 236 | 0.78 | 0.89 | 0 | 0.07 | 247.43 | 0.85 | 0.51 |
| Hex | 34 | 1A | EC | 4E | 59 | 0 | 7 | F7 | 55 | 33 |
| Octal | 64 | 32 | 354 | 116 | 131 | 0 | 7 | 367 | 125 | 63 |
| Binary | 110100 | 11010 | 11101100 | 1001110 | 1011001 | 0 | 111 | 11110111 | 1010101 | 110011 |
Color Harmonies of #341AEC
Complementary color
Monochromatic Colors of #341AEC
Black with #341AEC
Text Example
Text Example
White with #341AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341AEC; }
p { color: rgb(52,26,236); }
H1.HeaderClassName
{
color: #341AEC;
}
.AnyTagClassName
{
color: #341AEC;
}
</style>
background-color css
<style>
a { background-color: #341AEC; }
a { background-color: rgb(52,26,236); }
div.DivClassName
{
background-color: #341AEC;
}
.BgClassName
{
background-color: #341AEC;
}
</style>
border-color css
<style>
span { border-color: #341AEC; }
span { border-color: rgb(52,26,236); }
td.TdClassName
{
border-color: #341AEC;
}
.TagClassName
{
border-color: #341AEC;
}
</style>