Shades of Han Purple #411AEF
Tints of Han Purple #411AEF
RGB
CMYK
RGB Variations
Color information
#411AEF (or 0x411AEF) is known color: Han Purple. HEX triplet: 41, 1A and EF. RGB value is (65,26,239). Sum of RGB (Red+Green+Blue) = 65+26+239=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #411AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411AEF is #BEE510. Grayscale: #3D3D3D. Windows color (decimal): -12510481 or 15669825. OLE color: 15669825.
HSL color Cylindrical-coordinate representation of color #411AEF: hue angle of 250.99º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411AEF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 26 | 239 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.06 |
| HSL | 250.99º | 0.87% | 0.52% | - |
| HSV(B) | 250.99º | 0.89% | 0.94% | - |
| XYZ | 18.13 | 8.09 | 82.27 | - |
| YUV | 61.94 | 227.92 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 239 | 0.73 | 0.89 | 0 | 0.06 | 250.99 | 0.87 | 0.52 |
| Hex | 41 | 1A | EF | 49 | 59 | 0 | 6 | FB | 57 | 34 |
| Octal | 101 | 32 | 357 | 111 | 131 | 0 | 6 | 373 | 127 | 64 |
| Binary | 1000001 | 11010 | 11101111 | 1001001 | 1011001 | 0 | 110 | 11111011 | 1010111 | 110100 |
Color Harmonies of #411AEF
Complementary color
Monochromatic Colors of #411AEF
Black with #411AEF
Text Example
Text Example
White with #411AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411AEF; }
p { color: rgb(65,26,239); }
H1.HeaderClassName
{
color: #411AEF;
}
.AnyTagClassName
{
color: #411AEF;
}
</style>
background-color css
<style>
a { background-color: #411AEF; }
a { background-color: rgb(65,26,239); }
div.DivClassName
{
background-color: #411AEF;
}
.BgClassName
{
background-color: #411AEF;
}
</style>
border-color css
<style>
span { border-color: #411AEF; }
span { border-color: rgb(65,26,239); }
td.TdClassName
{
border-color: #411AEF;
}
.TagClassName
{
border-color: #411AEF;
}
</style>