Shades of Han Purple #411DD7
Tints of Han Purple #411DD7
RGB
CMYK
RGB Variations
Color information
#411DD7 (or 0x411DD7) is known color: Han Purple. HEX triplet: 41, 1D and D7. RGB value is (65,29,215). Sum of RGB (Red+Green+Blue) = 65+29+215=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 215 (84.38% from 255 or 69.58% from 309); Max value from RGB is 215 - color contains mainly: blue. Hex color #411DD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411DD7 is #BEE228. Grayscale: #3C3C3C. Windows color (decimal): -12509737 or 14097729. OLE color: 14097729.
HSL color Cylindrical-coordinate representation of color #411DD7: hue angle of 251.61º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411DD7 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 29 | 215 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.16 |
| HSL | 251.61º | 0.76% | 0.48% | - |
| HSV(B) | 251.61º | 0.87% | 0.84% | - |
| XYZ | 14.89 | 6.91 | 64.84 | - |
| YUV | 60.97 | 214.93 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 215 | 0.70 | 0.87 | 0 | 0.16 | 251.61 | 0.76 | 0.48 |
| Hex | 41 | 1D | D7 | 46 | 57 | 0 | 10 | FC | 4C | 30 |
| Octal | 101 | 35 | 327 | 106 | 127 | 0 | 20 | 374 | 114 | 60 |
| Binary | 1000001 | 11101 | 11010111 | 1000110 | 1010111 | 0 | 10000 | 11111100 | 1001100 | 110000 |
Color Harmonies of #411DD7
Complementary color
Monochromatic Colors of #411DD7
Black with #411DD7
Text Example
Text Example
White with #411DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411DD7; }
p { color: rgb(65,29,215); }
H1.HeaderClassName
{
color: #411DD7;
}
.AnyTagClassName
{
color: #411DD7;
}
</style>
background-color css
<style>
a { background-color: #411DD7; }
a { background-color: rgb(65,29,215); }
div.DivClassName
{
background-color: #411DD7;
}
.BgClassName
{
background-color: #411DD7;
}
</style>
border-color css
<style>
span { border-color: #411DD7; }
span { border-color: rgb(65,29,215); }
td.TdClassName
{
border-color: #411DD7;
}
.TagClassName
{
border-color: #411DD7;
}
</style>