Shades of Han Purple #341DDA
Tints of Han Purple #341DDA
RGB
CMYK
RGB Variations
Color information
#341DDA (or 0x341DDA) is known color: Han Purple. HEX triplet: 34, 1D and DA. RGB value is (52,29,218). Sum of RGB (Red+Green+Blue) = 52+29+218=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #341DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341DDA is #CBE225. Grayscale: #383838. Windows color (decimal): -13361702 or 14294324. OLE color: 14294324.
HSL color Cylindrical-coordinate representation of color #341DDA: hue angle of 247.3º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341DDA is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 29 | 218 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.15 |
| HSL | 247.3º | 0.77% | 0.48% | - |
| HSV(B) | 247.3º | 0.87% | 0.85% | - |
| XYZ | 14.51 | 6.67 | 66.85 | - |
| YUV | 57.42 | 218.62 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 218 | 0.76 | 0.87 | 0 | 0.15 | 247.3 | 0.77 | 0.48 |
| Hex | 34 | 1D | DA | 4C | 57 | 0 | F | F7 | 4D | 30 |
| Octal | 64 | 35 | 332 | 114 | 127 | 0 | 17 | 367 | 115 | 60 |
| Binary | 110100 | 11101 | 11011010 | 1001100 | 1010111 | 0 | 1111 | 11110111 | 1001101 | 110000 |
Color Harmonies of #341DDA
Complementary color
Monochromatic Colors of #341DDA
Black with #341DDA
Text Example
Text Example
White with #341DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341DDA; }
p { color: rgb(52,29,218); }
H1.HeaderClassName
{
color: #341DDA;
}
.AnyTagClassName
{
color: #341DDA;
}
</style>
background-color css
<style>
a { background-color: #341DDA; }
a { background-color: rgb(52,29,218); }
div.DivClassName
{
background-color: #341DDA;
}
.BgClassName
{
background-color: #341DDA;
}
</style>
border-color css
<style>
span { border-color: #341DDA; }
span { border-color: rgb(52,29,218); }
td.TdClassName
{
border-color: #341DDA;
}
.TagClassName
{
border-color: #341DDA;
}
</style>