Shades of Han Purple #411FEF
Tints of Han Purple #411FEF
RGB
CMYK
RGB Variations
Color information
#411FEF (or 0x411FEF) is known color: Han Purple. HEX triplet: 41, 1F and EF. RGB value is (65,31,239). Sum of RGB (Red+Green+Blue) = 65+31+239=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #411FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411FEF is #BEE010. Grayscale: #404040. Windows color (decimal): -12509201 or 15671105. OLE color: 15671105.
HSL color Cylindrical-coordinate representation of color #411FEF: hue angle of 249.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411FEF is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 31 | 239 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.06 |
| HSL | 249.81º | 0.87% | 0.53% | - |
| HSV(B) | 249.81º | 0.87% | 0.94% | - |
| XYZ | 18.25 | 8.34 | 82.31 | - |
| YUV | 64.88 | 226.26 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 239 | 0.73 | 0.87 | 0 | 0.06 | 249.81 | 0.87 | 0.53 |
| Hex | 41 | 1F | EF | 49 | 57 | 0 | 6 | FA | 57 | 35 |
| Octal | 101 | 37 | 357 | 111 | 127 | 0 | 6 | 372 | 127 | 65 |
| Binary | 1000001 | 11111 | 11101111 | 1001001 | 1010111 | 0 | 110 | 11111010 | 1010111 | 110101 |
Color Harmonies of #411FEF
Complementary color
Monochromatic Colors of #411FEF
Black with #411FEF
Text Example
Text Example
White with #411FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411FEF; }
p { color: rgb(65,31,239); }
H1.HeaderClassName
{
color: #411FEF;
}
.AnyTagClassName
{
color: #411FEF;
}
</style>
background-color css
<style>
a { background-color: #411FEF; }
a { background-color: rgb(65,31,239); }
div.DivClassName
{
background-color: #411FEF;
}
.BgClassName
{
background-color: #411FEF;
}
</style>
border-color css
<style>
span { border-color: #411FEF; }
span { border-color: rgb(65,31,239); }
td.TdClassName
{
border-color: #411FEF;
}
.TagClassName
{
border-color: #411FEF;
}
</style>