Shades of Han Purple #341AF4
Tints of Han Purple #341AF4
RGB
CMYK
RGB Variations
Color information
#341AF4 (or 0x341AF4) is known color: Han Purple. HEX triplet: 34, 1A and F4. RGB value is (52,26,244). Sum of RGB (Red+Green+Blue) = 52+26+244=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 244 (95.70% from 255 or 75.78% from 322); Max value from RGB is 244 - color contains mainly: blue. Hex color #341AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341AF4 is #CBE50B. Grayscale: #393939. Windows color (decimal): -13362444 or 15997492. OLE color: 15997492.
HSL color Cylindrical-coordinate representation of color #341AF4: hue angle of 247.16º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341AF4 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 26 | 244 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.04 |
| HSL | 247.16º | 0.91% | 0.53% | - |
| HSV(B) | 247.16º | 0.89% | 0.96% | - |
| XYZ | 18.11 | 8 | 86.18 | - |
| YUV | 58.63 | 232.61 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 244 | 0.79 | 0.89 | 0 | 0.04 | 247.16 | 0.91 | 0.53 |
| Hex | 34 | 1A | F4 | 4F | 59 | 0 | 4 | F7 | 5B | 35 |
| Octal | 64 | 32 | 364 | 117 | 131 | 0 | 4 | 367 | 133 | 65 |
| Binary | 110100 | 11010 | 11110100 | 1001111 | 1011001 | 0 | 100 | 11110111 | 1011011 | 110101 |
Color Harmonies of #341AF4
Complementary color
Monochromatic Colors of #341AF4
Black with #341AF4
Text Example
Text Example
White with #341AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341AF4; }
p { color: rgb(52,26,244); }
H1.HeaderClassName
{
color: #341AF4;
}
.AnyTagClassName
{
color: #341AF4;
}
</style>
background-color css
<style>
a { background-color: #341AF4; }
a { background-color: rgb(52,26,244); }
div.DivClassName
{
background-color: #341AF4;
}
.BgClassName
{
background-color: #341AF4;
}
</style>
border-color css
<style>
span { border-color: #341AF4; }
span { border-color: rgb(52,26,244); }
td.TdClassName
{
border-color: #341AF4;
}
.TagClassName
{
border-color: #341AF4;
}
</style>