Shades of Han Purple #341AFE
Tints of Han Purple #341AFE
RGB
CMYK
RGB Variations
Color information
#341AFE (or 0x341AFE) is known color: Han Purple. HEX triplet: 34, 1A and FE. RGB value is (52,26,254). Sum of RGB (Red+Green+Blue) = 52+26+254=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #341AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341AFE is #CBE501. Grayscale: #3A3A3A. Windows color (decimal): -13362434 or 16652852. OLE color: 16652852.
HSL color Cylindrical-coordinate representation of color #341AFE: hue angle of 246.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341AFE is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 26 | 254 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.00 |
| HSL | 246.84º | 0.99% | 0.55% | - |
| HSV(B) | 246.84º | 0.9% | 1% | - |
| XYZ | 19.67 | 8.62 | 94.39 | - |
| YUV | 59.77 | 237.61 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 254 | 0.80 | 0.90 | 0 | 0.00 | 246.84 | 0.99 | 0.55 |
| Hex | 34 | 1A | FE | 50 | 5A | 0 | 0 | F7 | 63 | 37 |
| Octal | 64 | 32 | 376 | 120 | 132 | 0 | 0 | 367 | 143 | 67 |
| Binary | 110100 | 11010 | 11111110 | 1010000 | 1011010 | 0 | 0 | 11110111 | 1100011 | 110111 |
Color Harmonies of #341AFE
Complementary color
Monochromatic Colors of #341AFE
Black with #341AFE
Text Example
Text Example
White with #341AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341AFE; }
p { color: rgb(52,26,254); }
H1.HeaderClassName
{
color: #341AFE;
}
.AnyTagClassName
{
color: #341AFE;
}
</style>
background-color css
<style>
a { background-color: #341AFE; }
a { background-color: rgb(52,26,254); }
div.DivClassName
{
background-color: #341AFE;
}
.BgClassName
{
background-color: #341AFE;
}
</style>
border-color css
<style>
span { border-color: #341AFE; }
span { border-color: rgb(52,26,254); }
td.TdClassName
{
border-color: #341AFE;
}
.TagClassName
{
border-color: #341AFE;
}
</style>