Shades of Han Purple #341FF3
Tints of Han Purple #341FF3
RGB
CMYK
RGB Variations
Color information
#341FF3 (or 0x341FF3) is known color: Han Purple. HEX triplet: 34, 1F and F3. RGB value is (52,31,243). Sum of RGB (Red+Green+Blue) = 52+31+243=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 243 (95.31% from 255 or 74.54% from 326); Max value from RGB is 243 - color contains mainly: blue. Hex color #341FF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341FF3 is #CBE00C. Grayscale: #3C3C3C. Windows color (decimal): -13361165 or 15933236. OLE color: 15933236.
HSL color Cylindrical-coordinate representation of color #341FF3: hue angle of 245.94º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341FF3 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 31 | 243 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.05 |
| HSL | 245.94º | 0.9% | 0.54% | - |
| HSV(B) | 245.94º | 0.87% | 0.95% | - |
| XYZ | 18.08 | 8.18 | 85.42 | - |
| YUV | 61.45 | 230.46 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 243 | 0.79 | 0.87 | 0 | 0.05 | 245.94 | 0.9 | 0.54 |
| Hex | 34 | 1F | F3 | 4F | 57 | 0 | 5 | F6 | 5A | 36 |
| Octal | 64 | 37 | 363 | 117 | 127 | 0 | 5 | 366 | 132 | 66 |
| Binary | 110100 | 11111 | 11110011 | 1001111 | 1010111 | 0 | 101 | 11110110 | 1011010 | 110110 |
Color Harmonies of #341FF3
Complementary color
Monochromatic Colors of #341FF3
Black with #341FF3
Text Example
Text Example
White with #341FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FF3; }
p { color: rgb(52,31,243); }
H1.HeaderClassName
{
color: #341FF3;
}
.AnyTagClassName
{
color: #341FF3;
}
</style>
background-color css
<style>
a { background-color: #341FF3; }
a { background-color: rgb(52,31,243); }
div.DivClassName
{
background-color: #341FF3;
}
.BgClassName
{
background-color: #341FF3;
}
</style>
border-color css
<style>
span { border-color: #341FF3; }
span { border-color: rgb(52,31,243); }
td.TdClassName
{
border-color: #341FF3;
}
.TagClassName
{
border-color: #341FF3;
}
</style>