Shades of Han Purple #341FF5
Tints of Han Purple #341FF5
RGB
CMYK
RGB Variations
Color information
#341FF5 (or 0x341FF5) is known color: Han Purple. HEX triplet: 34, 1F and F5. RGB value is (52,31,245). Sum of RGB (Red+Green+Blue) = 52+31+245=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 245 (96.09% from 255 or 74.70% from 328); Max value from RGB is 245 - color contains mainly: blue. Hex color #341FF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341FF5 is #CBE00A. Grayscale: #3C3C3C. Windows color (decimal): -13361163 or 16064308. OLE color: 16064308.
HSL color Cylindrical-coordinate representation of color #341FF5: hue angle of 245.89º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341FF5 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 31 | 245 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.04 |
| HSL | 245.89º | 0.91% | 0.54% | - |
| HSV(B) | 245.89º | 0.87% | 0.96% | - |
| XYZ | 18.39 | 8.3 | 87.02 | - |
| YUV | 61.68 | 231.46 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 245 | 0.79 | 0.87 | 0 | 0.04 | 245.89 | 0.91 | 0.54 |
| Hex | 34 | 1F | F5 | 4F | 57 | 0 | 4 | F6 | 5B | 36 |
| Octal | 64 | 37 | 365 | 117 | 127 | 0 | 4 | 366 | 133 | 66 |
| Binary | 110100 | 11111 | 11110101 | 1001111 | 1010111 | 0 | 100 | 11110110 | 1011011 | 110110 |
Color Harmonies of #341FF5
Complementary color
Monochromatic Colors of #341FF5
Black with #341FF5
Text Example
Text Example
White with #341FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FF5; }
p { color: rgb(52,31,245); }
H1.HeaderClassName
{
color: #341FF5;
}
.AnyTagClassName
{
color: #341FF5;
}
</style>
background-color css
<style>
a { background-color: #341FF5; }
a { background-color: rgb(52,31,245); }
div.DivClassName
{
background-color: #341FF5;
}
.BgClassName
{
background-color: #341FF5;
}
</style>
border-color css
<style>
span { border-color: #341FF5; }
span { border-color: rgb(52,31,245); }
td.TdClassName
{
border-color: #341FF5;
}
.TagClassName
{
border-color: #341FF5;
}
</style>