Shades of Han Purple #411DFD
Tints of Han Purple #411DFD
RGB
CMYK
RGB Variations
Color information
#411DFD (or 0x411DFD) is known color: Han Purple. HEX triplet: 41, 1D and FD. RGB value is (65,29,253). Sum of RGB (Red+Green+Blue) = 65+29+253=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #411DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411DFD is #BEE202. Grayscale: #404040. Windows color (decimal): -12509699 or 16588097. OLE color: 16588097.
HSL color Cylindrical-coordinate representation of color #411DFD: hue angle of 249.64º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411DFD is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 29 | 253 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.01 |
| HSL | 249.64º | 0.98% | 0.55% | - |
| HSV(B) | 249.64º | 0.89% | 0.99% | - |
| XYZ | 20.35 | 9.09 | 93.61 | - |
| YUV | 65.3 | 233.93 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 253 | 0.74 | 0.89 | 0 | 0.01 | 249.64 | 0.98 | 0.55 |
| Hex | 41 | 1D | FD | 4A | 59 | 0 | 1 | FA | 62 | 37 |
| Octal | 101 | 35 | 375 | 112 | 131 | 0 | 1 | 372 | 142 | 67 |
| Binary | 1000001 | 11101 | 11111101 | 1001010 | 1011001 | 0 | 1 | 11111010 | 1100010 | 110111 |
Color Harmonies of #411DFD
Complementary color
Monochromatic Colors of #411DFD
Black with #411DFD
Text Example
Text Example
White with #411DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411DFD; }
p { color: rgb(65,29,253); }
H1.HeaderClassName
{
color: #411DFD;
}
.AnyTagClassName
{
color: #411DFD;
}
</style>
background-color css
<style>
a { background-color: #411DFD; }
a { background-color: rgb(65,29,253); }
div.DivClassName
{
background-color: #411DFD;
}
.BgClassName
{
background-color: #411DFD;
}
</style>
border-color css
<style>
span { border-color: #411DFD; }
span { border-color: rgb(65,29,253); }
td.TdClassName
{
border-color: #411DFD;
}
.TagClassName
{
border-color: #411DFD;
}
</style>