Shades of Han Purple #411FFF
Tints of Han Purple #411FFF
RGB
CMYK
RGB Variations
Color information
#411FFF (or 0x411FFF) is known color: Han Purple. HEX triplet: 41, 1F and FF. RGB value is (65,31,255). Sum of RGB (Red+Green+Blue) = 65+31+255=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #411FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411FFF is #BEE000. Grayscale: #414141. Windows color (decimal): -12509185 or 16719681. OLE color: 16719681.
HSL color Cylindrical-coordinate representation of color #411FFF: hue angle of 249.11º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411FFF is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 31 | 255 | - |
| CMYK | 0.75 | 0.88 | 0 | 0 |
| HSL | 249.11º | 1% | 0.56% | - |
| HSV(B) | 249.11º | 0.88% | 1% | - |
| XYZ | 20.72 | 9.32 | 95.32 | - |
| YUV | 66.7 | 234.26 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 255 | 0.75 | 0.88 | 0 | 0 | 249.11 | 1 | 0.56 |
| Hex | 41 | 1F | FF | 4B | 58 | 0 | 0 | F9 | 64 | 38 |
| Octal | 101 | 37 | 377 | 113 | 130 | 0 | 0 | 371 | 144 | 70 |
| Binary | 1000001 | 11111 | 11111111 | 1001011 | 1011000 | 0 | 0 | 11111001 | 1100100 | 111000 |
Color Harmonies of #411FFF
Complementary color
Monochromatic Colors of #411FFF
Black with #411FFF
Text Example
Text Example
White with #411FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411FFF; }
p { color: rgb(65,31,255); }
H1.HeaderClassName
{
color: #411FFF;
}
.AnyTagClassName
{
color: #411FFF;
}
</style>
background-color css
<style>
a { background-color: #411FFF; }
a { background-color: rgb(65,31,255); }
div.DivClassName
{
background-color: #411FFF;
}
.BgClassName
{
background-color: #411FFF;
}
</style>
border-color css
<style>
span { border-color: #411FFF; }
span { border-color: rgb(65,31,255); }
td.TdClassName
{
border-color: #411FFF;
}
.TagClassName
{
border-color: #411FFF;
}
</style>