Shades of Han Purple #341AE8
Tints of Han Purple #341AE8
RGB
CMYK
RGB Variations
Color information
#341AE8 (or 0x341AE8) is known color: Han Purple. HEX triplet: 34, 1A and E8. RGB value is (52,26,232). Sum of RGB (Red+Green+Blue) = 52+26+232=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 232 (91.02% from 255 or 74.84% from 310); Max value from RGB is 232 - color contains mainly: blue. Hex color #341AE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341AE8 is #CBE517. Grayscale: #383838. Windows color (decimal): -13362456 or 15211060. OLE color: 15211060.
HSL color Cylindrical-coordinate representation of color #341AE8: hue angle of 247.57º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341AE8 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 26 | 232 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.09 |
| HSL | 247.57º | 0.82% | 0.51% | - |
| HSV(B) | 247.57º | 0.89% | 0.91% | - |
| XYZ | 16.35 | 7.3 | 76.89 | - |
| YUV | 57.26 | 226.61 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 232 | 0.78 | 0.89 | 0 | 0.09 | 247.57 | 0.82 | 0.51 |
| Hex | 34 | 1A | E8 | 4E | 59 | 0 | 9 | F8 | 52 | 33 |
| Octal | 64 | 32 | 350 | 116 | 131 | 0 | 11 | 370 | 122 | 63 |
| Binary | 110100 | 11010 | 11101000 | 1001110 | 1011001 | 0 | 1001 | 11111000 | 1010010 | 110011 |
Color Harmonies of #341AE8
Complementary color
Monochromatic Colors of #341AE8
Black with #341AE8
Text Example
Text Example
White with #341AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341AE8; }
p { color: rgb(52,26,232); }
H1.HeaderClassName
{
color: #341AE8;
}
.AnyTagClassName
{
color: #341AE8;
}
</style>
background-color css
<style>
a { background-color: #341AE8; }
a { background-color: rgb(52,26,232); }
div.DivClassName
{
background-color: #341AE8;
}
.BgClassName
{
background-color: #341AE8;
}
</style>
border-color css
<style>
span { border-color: #341AE8; }
span { border-color: rgb(52,26,232); }
td.TdClassName
{
border-color: #341AE8;
}
.TagClassName
{
border-color: #341AE8;
}
</style>