Shades of Han Purple #341FE6
Tints of Han Purple #341FE6
RGB
CMYK
RGB Variations
Color information
#341FE6 (or 0x341FE6) is known color: Han Purple. HEX triplet: 34, 1F and E6. RGB value is (52,31,230). Sum of RGB (Red+Green+Blue) = 52+31+230=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 230 (90.23% from 255 or 73.48% from 313); Max value from RGB is 230 - color contains mainly: blue. Hex color #341FE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341FE6 is #CBE019. Grayscale: #3B3B3B. Windows color (decimal): -13361178 or 15081268. OLE color: 15081268.
HSL color Cylindrical-coordinate representation of color #341FE6: hue angle of 246.33º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341FE6 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 31 | 230 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.10 |
| HSL | 246.33º | 0.8% | 0.51% | - |
| HSV(B) | 246.33º | 0.87% | 0.9% | - |
| XYZ | 16.19 | 7.42 | 75.44 | - |
| YUV | 59.97 | 223.96 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 230 | 0.77 | 0.87 | 0 | 0.10 | 246.33 | 0.8 | 0.51 |
| Hex | 34 | 1F | E6 | 4D | 57 | 0 | A | F6 | 50 | 33 |
| Octal | 64 | 37 | 346 | 115 | 127 | 0 | 12 | 366 | 120 | 63 |
| Binary | 110100 | 11111 | 11100110 | 1001101 | 1010111 | 0 | 1010 | 11110110 | 1010000 | 110011 |
Color Harmonies of #341FE6
Complementary color
Monochromatic Colors of #341FE6
Black with #341FE6
Text Example
Text Example
White with #341FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FE6; }
p { color: rgb(52,31,230); }
H1.HeaderClassName
{
color: #341FE6;
}
.AnyTagClassName
{
color: #341FE6;
}
</style>
background-color css
<style>
a { background-color: #341FE6; }
a { background-color: rgb(52,31,230); }
div.DivClassName
{
background-color: #341FE6;
}
.BgClassName
{
background-color: #341FE6;
}
</style>
border-color css
<style>
span { border-color: #341FE6; }
span { border-color: rgb(52,31,230); }
td.TdClassName
{
border-color: #341FE6;
}
.TagClassName
{
border-color: #341FE6;
}
</style>