Shades of Han Purple #341BFF
Tints of Han Purple #341BFF
RGB
CMYK
RGB Variations
Color information
#341BFF (or 0x341BFF) is known color: Han Purple. HEX triplet: 34, 1B and FF. RGB value is (52,27,255). Sum of RGB (Red+Green+Blue) = 52+27+255=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #341BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341BFF is #CBE400. Grayscale: #3B3B3B. Windows color (decimal): -13362177 or 16718644. OLE color: 16718644.
HSL color Cylindrical-coordinate representation of color #341BFF: hue angle of 246.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341BFF is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 27 | 255 | - |
| CMYK | 0.80 | 0.89 | 0 | 0 |
| HSL | 246.58º | 1% | 0.55% | - |
| HSV(B) | 246.58º | 0.89% | 1% | - |
| XYZ | 19.86 | 8.73 | 95.25 | - |
| YUV | 60.47 | 237.78 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 255 | 0.80 | 0.89 | 0 | 0 | 246.58 | 1 | 0.55 |
| Hex | 34 | 1B | FF | 50 | 59 | 0 | 0 | F7 | 64 | 37 |
| Octal | 64 | 33 | 377 | 120 | 131 | 0 | 0 | 367 | 144 | 67 |
| Binary | 110100 | 11011 | 11111111 | 1010000 | 1011001 | 0 | 0 | 11110111 | 1100100 | 110111 |
Color Harmonies of #341BFF
Complementary color
Monochromatic Colors of #341BFF
Black with #341BFF
Text Example
Text Example
White with #341BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341BFF; }
p { color: rgb(52,27,255); }
H1.HeaderClassName
{
color: #341BFF;
}
.AnyTagClassName
{
color: #341BFF;
}
</style>
background-color css
<style>
a { background-color: #341BFF; }
a { background-color: rgb(52,27,255); }
div.DivClassName
{
background-color: #341BFF;
}
.BgClassName
{
background-color: #341BFF;
}
</style>
border-color css
<style>
span { border-color: #341BFF; }
span { border-color: rgb(52,27,255); }
td.TdClassName
{
border-color: #341BFF;
}
.TagClassName
{
border-color: #341BFF;
}
</style>