Shades of Han Purple #341AFB
Tints of Han Purple #341AFB
RGB
CMYK
RGB Variations
Color information
#341AFB (or 0x341AFB) is known color: Han Purple. HEX triplet: 34, 1A and FB. RGB value is (52,26,251). Sum of RGB (Red+Green+Blue) = 52+26+251=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #341AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341AFB is #CBE504. Grayscale: #3A3A3A. Windows color (decimal): -13362437 or 16456244. OLE color: 16456244.
HSL color Cylindrical-coordinate representation of color #341AFB: hue angle of 246.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341AFB is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 26 | 251 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.02 |
| HSL | 246.93º | 0.97% | 0.54% | - |
| HSV(B) | 246.93º | 0.9% | 0.98% | - |
| XYZ | 19.2 | 8.43 | 91.88 | - |
| YUV | 59.42 | 236.11 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 251 | 0.79 | 0.90 | 0 | 0.02 | 246.93 | 0.97 | 0.54 |
| Hex | 34 | 1A | FB | 4F | 5A | 0 | 2 | F7 | 61 | 36 |
| Octal | 64 | 32 | 373 | 117 | 132 | 0 | 2 | 367 | 141 | 66 |
| Binary | 110100 | 11010 | 11111011 | 1001111 | 1011010 | 0 | 10 | 11110111 | 1100001 | 110110 |
Color Harmonies of #341AFB
Complementary color
Monochromatic Colors of #341AFB
Black with #341AFB
Text Example
Text Example
White with #341AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341AFB; }
p { color: rgb(52,26,251); }
H1.HeaderClassName
{
color: #341AFB;
}
.AnyTagClassName
{
color: #341AFB;
}
</style>
background-color css
<style>
a { background-color: #341AFB; }
a { background-color: rgb(52,26,251); }
div.DivClassName
{
background-color: #341AFB;
}
.BgClassName
{
background-color: #341AFB;
}
</style>
border-color css
<style>
span { border-color: #341AFB; }
span { border-color: rgb(52,26,251); }
td.TdClassName
{
border-color: #341AFB;
}
.TagClassName
{
border-color: #341AFB;
}
</style>