Shades of Han Purple #341FFB
Tints of Han Purple #341FFB
RGB
CMYK
RGB Variations
Color information
#341FFB (or 0x341FFB) is known color: Han Purple. HEX triplet: 34, 1F and FB. RGB value is (52,31,251). Sum of RGB (Red+Green+Blue) = 52+31+251=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #341FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341FFB is #CBE004. Grayscale: #3D3D3D. Windows color (decimal): -13361157 or 16457524. OLE color: 16457524.
HSL color Cylindrical-coordinate representation of color #341FFB: hue angle of 245.73º degrees, saturation: 0.96, 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 #341FFB is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 31 | 251 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.02 |
| HSL | 245.73º | 0.96% | 0.55% | - |
| HSV(B) | 245.73º | 0.88% | 0.98% | - |
| XYZ | 19.32 | 8.68 | 91.92 | - |
| YUV | 62.36 | 234.46 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 251 | 0.79 | 0.88 | 0 | 0.02 | 245.73 | 0.96 | 0.55 |
| Hex | 34 | 1F | FB | 4F | 58 | 0 | 2 | F6 | 60 | 37 |
| Octal | 64 | 37 | 373 | 117 | 130 | 0 | 2 | 366 | 140 | 67 |
| Binary | 110100 | 11111 | 11111011 | 1001111 | 1011000 | 0 | 10 | 11110110 | 1100000 | 110111 |
Color Harmonies of #341FFB
Complementary color
Monochromatic Colors of #341FFB
Black with #341FFB
Text Example
Text Example
White with #341FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FFB; }
p { color: rgb(52,31,251); }
H1.HeaderClassName
{
color: #341FFB;
}
.AnyTagClassName
{
color: #341FFB;
}
</style>
background-color css
<style>
a { background-color: #341FFB; }
a { background-color: rgb(52,31,251); }
div.DivClassName
{
background-color: #341FFB;
}
.BgClassName
{
background-color: #341FFB;
}
</style>
border-color css
<style>
span { border-color: #341FFB; }
span { border-color: rgb(52,31,251); }
td.TdClassName
{
border-color: #341FFB;
}
.TagClassName
{
border-color: #341FFB;
}
</style>