Shades of Han Purple #341AEA
Tints of Han Purple #341AEA
RGB
CMYK
RGB Variations
Color information
#341AEA (or 0x341AEA) is known color: Han Purple. HEX triplet: 34, 1A and EA. RGB value is (52,26,234). Sum of RGB (Red+Green+Blue) = 52+26+234=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #341AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341AEA is #CBE515. Grayscale: #383838. Windows color (decimal): -13362454 or 15342132. OLE color: 15342132.
HSL color Cylindrical-coordinate representation of color #341AEA: hue angle of 247.5º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341AEA is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 26 | 234 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.08 |
| HSL | 247.5º | 0.83% | 0.51% | - |
| HSV(B) | 247.5º | 0.89% | 0.92% | - |
| XYZ | 16.64 | 7.41 | 78.4 | - |
| YUV | 57.49 | 227.61 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 234 | 0.78 | 0.89 | 0 | 0.08 | 247.5 | 0.83 | 0.51 |
| Hex | 34 | 1A | EA | 4E | 59 | 0 | 8 | F8 | 53 | 33 |
| Octal | 64 | 32 | 352 | 116 | 131 | 0 | 10 | 370 | 123 | 63 |
| Binary | 110100 | 11010 | 11101010 | 1001110 | 1011001 | 0 | 1000 | 11111000 | 1010011 | 110011 |
Color Harmonies of #341AEA
Complementary color
Monochromatic Colors of #341AEA
Black with #341AEA
Text Example
Text Example
White with #341AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341AEA; }
p { color: rgb(52,26,234); }
H1.HeaderClassName
{
color: #341AEA;
}
.AnyTagClassName
{
color: #341AEA;
}
</style>
background-color css
<style>
a { background-color: #341AEA; }
a { background-color: rgb(52,26,234); }
div.DivClassName
{
background-color: #341AEA;
}
.BgClassName
{
background-color: #341AEA;
}
</style>
border-color css
<style>
span { border-color: #341AEA; }
span { border-color: rgb(52,26,234); }
td.TdClassName
{
border-color: #341AEA;
}
.TagClassName
{
border-color: #341AEA;
}
</style>