Shades of Han Purple #341FFE
Tints of Han Purple #341FFE
RGB
CMYK
RGB Variations
Color information
#341FFE (or 0x341FFE) is known color: Han Purple. HEX triplet: 34, 1F and FE. RGB value is (52,31,254). Sum of RGB (Red+Green+Blue) = 52+31+254=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #341FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341FFE is #CBE001. Grayscale: #3D3D3D. Windows color (decimal): -13361154 or 16654132. OLE color: 16654132.
HSL color Cylindrical-coordinate representation of color #341FFE: hue angle of 245.65º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341FFE is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 31 | 254 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.00 |
| HSL | 245.65º | 0.99% | 0.56% | - |
| HSV(B) | 245.65º | 0.88% | 1% | - |
| XYZ | 19.8 | 8.87 | 94.43 | - |
| YUV | 62.7 | 235.96 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 254 | 0.80 | 0.88 | 0 | 0.00 | 245.65 | 0.99 | 0.56 |
| Hex | 34 | 1F | FE | 50 | 58 | 0 | 0 | F6 | 63 | 38 |
| Octal | 64 | 37 | 376 | 120 | 130 | 0 | 0 | 366 | 143 | 70 |
| Binary | 110100 | 11111 | 11111110 | 1010000 | 1011000 | 0 | 0 | 11110110 | 1100011 | 111000 |
Color Harmonies of #341FFE
Complementary color
Monochromatic Colors of #341FFE
Black with #341FFE
Text Example
Text Example
White with #341FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FFE; }
p { color: rgb(52,31,254); }
H1.HeaderClassName
{
color: #341FFE;
}
.AnyTagClassName
{
color: #341FFE;
}
</style>
background-color css
<style>
a { background-color: #341FFE; }
a { background-color: rgb(52,31,254); }
div.DivClassName
{
background-color: #341FFE;
}
.BgClassName
{
background-color: #341FFE;
}
</style>
border-color css
<style>
span { border-color: #341FFE; }
span { border-color: rgb(52,31,254); }
td.TdClassName
{
border-color: #341FFE;
}
.TagClassName
{
border-color: #341FFE;
}
</style>