Shades of Han Purple #341BD8
Tints of Han Purple #341BD8
RGB
CMYK
RGB Variations
Color information
#341BD8 (or 0x341BD8) is known color: Han Purple. HEX triplet: 34, 1B and D8. RGB value is (52,27,216). Sum of RGB (Red+Green+Blue) = 52+27+216=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 216 (84.77% from 255 or 73.22% from 295); Max value from RGB is 216 - color contains mainly: blue. Hex color #341BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341BD8 is #CBE427. Grayscale: #373737. Windows color (decimal): -13362216 or 14162740. OLE color: 14162740.
HSL color Cylindrical-coordinate representation of color #341BD8: hue angle of 247.94º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341BD8 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 27 | 216 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.15 |
| HSL | 247.94º | 0.78% | 0.48% | - |
| HSV(B) | 247.94º | 0.88% | 0.85% | - |
| XYZ | 14.2 | 6.47 | 65.47 | - |
| YUV | 56.02 | 218.28 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 216 | 0.76 | 0.88 | 0 | 0.15 | 247.94 | 0.78 | 0.48 |
| Hex | 34 | 1B | D8 | 4C | 58 | 0 | F | F8 | 4E | 30 |
| Octal | 64 | 33 | 330 | 114 | 130 | 0 | 17 | 370 | 116 | 60 |
| Binary | 110100 | 11011 | 11011000 | 1001100 | 1011000 | 0 | 1111 | 11111000 | 1001110 | 110000 |
Color Harmonies of #341BD8
Complementary color
Monochromatic Colors of #341BD8
Black with #341BD8
Text Example
Text Example
White with #341BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341BD8; }
p { color: rgb(52,27,216); }
H1.HeaderClassName
{
color: #341BD8;
}
.AnyTagClassName
{
color: #341BD8;
}
</style>
background-color css
<style>
a { background-color: #341BD8; }
a { background-color: rgb(52,27,216); }
div.DivClassName
{
background-color: #341BD8;
}
.BgClassName
{
background-color: #341BD8;
}
</style>
border-color css
<style>
span { border-color: #341BD8; }
span { border-color: rgb(52,27,216); }
td.TdClassName
{
border-color: #341BD8;
}
.TagClassName
{
border-color: #341BD8;
}
</style>