Shades of Han Purple #341DFB
Tints of Han Purple #341DFB
RGB
CMYK
RGB Variations
Color information
#341DFB (or 0x341DFB) is known color: Han Purple. HEX triplet: 34, 1D and FB. RGB value is (52,29,251). Sum of RGB (Red+Green+Blue) = 52+29+251=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #341DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341DFB is #CBE204. Grayscale: #3C3C3C. Windows color (decimal): -13361669 or 16457012. OLE color: 16457012.
HSL color Cylindrical-coordinate representation of color #341DFB: hue angle of 246.22º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341DFB is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 29 | 251 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.02 |
| HSL | 246.22º | 0.97% | 0.55% | - |
| HSV(B) | 246.22º | 0.88% | 0.98% | - |
| XYZ | 19.27 | 8.57 | 91.91 | - |
| YUV | 61.19 | 235.12 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 251 | 0.79 | 0.88 | 0 | 0.02 | 246.22 | 0.97 | 0.55 |
| Hex | 34 | 1D | FB | 4F | 58 | 0 | 2 | F6 | 61 | 37 |
| Octal | 64 | 35 | 373 | 117 | 130 | 0 | 2 | 366 | 141 | 67 |
| Binary | 110100 | 11101 | 11111011 | 1001111 | 1011000 | 0 | 10 | 11110110 | 1100001 | 110111 |
Color Harmonies of #341DFB
Complementary color
Monochromatic Colors of #341DFB
Black with #341DFB
Text Example
Text Example
White with #341DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341DFB; }
p { color: rgb(52,29,251); }
H1.HeaderClassName
{
color: #341DFB;
}
.AnyTagClassName
{
color: #341DFB;
}
</style>
background-color css
<style>
a { background-color: #341DFB; }
a { background-color: rgb(52,29,251); }
div.DivClassName
{
background-color: #341DFB;
}
.BgClassName
{
background-color: #341DFB;
}
</style>
border-color css
<style>
span { border-color: #341DFB; }
span { border-color: rgb(52,29,251); }
td.TdClassName
{
border-color: #341DFB;
}
.TagClassName
{
border-color: #341DFB;
}
</style>