Shades of Han Purple #411DFF
Tints of Han Purple #411DFF
RGB
CMYK
RGB Variations
Color information
#411DFF (or 0x411DFF) is known color: Han Purple. HEX triplet: 41, 1D and FF. RGB value is (65,29,255). Sum of RGB (Red+Green+Blue) = 65+29+255=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #411DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411DFF is #BEE200. Grayscale: #404040. Windows color (decimal): -12509697 or 16719169. OLE color: 16719169.
HSL color Cylindrical-coordinate representation of color #411DFF: hue angle of 249.56º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411DFF is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 29 | 255 | - |
| CMYK | 0.75 | 0.89 | 0 | 0 |
| HSL | 249.56º | 1% | 0.56% | - |
| HSV(B) | 249.56º | 0.89% | 1% | - |
| XYZ | 20.67 | 9.22 | 95.3 | - |
| YUV | 65.53 | 234.93 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 255 | 0.75 | 0.89 | 0 | 0 | 249.56 | 1 | 0.56 |
| Hex | 41 | 1D | FF | 4B | 59 | 0 | 0 | FA | 64 | 38 |
| Octal | 101 | 35 | 377 | 113 | 131 | 0 | 0 | 372 | 144 | 70 |
| Binary | 1000001 | 11101 | 11111111 | 1001011 | 1011001 | 0 | 0 | 11111010 | 1100100 | 111000 |
Color Harmonies of #411DFF
Complementary color
Monochromatic Colors of #411DFF
Black with #411DFF
Text Example
Text Example
White with #411DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411DFF; }
p { color: rgb(65,29,255); }
H1.HeaderClassName
{
color: #411DFF;
}
.AnyTagClassName
{
color: #411DFF;
}
</style>
background-color css
<style>
a { background-color: #411DFF; }
a { background-color: rgb(65,29,255); }
div.DivClassName
{
background-color: #411DFF;
}
.BgClassName
{
background-color: #411DFF;
}
</style>
border-color css
<style>
span { border-color: #411DFF; }
span { border-color: rgb(65,29,255); }
td.TdClassName
{
border-color: #411DFF;
}
.TagClassName
{
border-color: #411DFF;
}
</style>