Shades of Han Purple #341FED
Tints of Han Purple #341FED
RGB
CMYK
RGB Variations
Color information
#341FED (or 0x341FED) is known color: Han Purple. HEX triplet: 34, 1F and ED. RGB value is (52,31,237). Sum of RGB (Red+Green+Blue) = 52+31+237=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #341FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341FED is #CBE012. Grayscale: #3B3B3B. Windows color (decimal): -13361171 or 15540020. OLE color: 15540020.
HSL color Cylindrical-coordinate representation of color #341FED: hue angle of 246.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341FED is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 31 | 237 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.07 |
| HSL | 246.12º | 0.85% | 0.53% | - |
| HSV(B) | 246.12º | 0.87% | 0.93% | - |
| XYZ | 17.19 | 7.82 | 80.72 | - |
| YUV | 60.76 | 227.46 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 237 | 0.78 | 0.87 | 0 | 0.07 | 246.12 | 0.85 | 0.53 |
| Hex | 34 | 1F | ED | 4E | 57 | 0 | 7 | F6 | 55 | 35 |
| Octal | 64 | 37 | 355 | 116 | 127 | 0 | 7 | 366 | 125 | 65 |
| Binary | 110100 | 11111 | 11101101 | 1001110 | 1010111 | 0 | 111 | 11110110 | 1010101 | 110101 |
Color Harmonies of #341FED
Complementary color
Monochromatic Colors of #341FED
Black with #341FED
Text Example
Text Example
White with #341FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FED; }
p { color: rgb(52,31,237); }
H1.HeaderClassName
{
color: #341FED;
}
.AnyTagClassName
{
color: #341FED;
}
</style>
background-color css
<style>
a { background-color: #341FED; }
a { background-color: rgb(52,31,237); }
div.DivClassName
{
background-color: #341FED;
}
.BgClassName
{
background-color: #341FED;
}
</style>
border-color css
<style>
span { border-color: #341FED; }
span { border-color: rgb(52,31,237); }
td.TdClassName
{
border-color: #341FED;
}
.TagClassName
{
border-color: #341FED;
}
</style>