Shades of Han Purple #411AED
Tints of Han Purple #411AED
RGB
CMYK
RGB Variations
Color information
#411AED (or 0x411AED) is known color: Han Purple. HEX triplet: 41, 1A and ED. RGB value is (65,26,237). Sum of RGB (Red+Green+Blue) = 65+26+237=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #411AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411AED is #BEE512. Grayscale: #3C3C3C. Windows color (decimal): -12510483 or 15538753. OLE color: 15538753.
HSL color Cylindrical-coordinate representation of color #411AED: hue angle of 251.09º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411AED is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 26 | 237 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.07 |
| HSL | 251.09º | 0.85% | 0.52% | - |
| HSV(B) | 251.09º | 0.89% | 0.93% | - |
| XYZ | 17.84 | 7.98 | 80.72 | - |
| YUV | 61.72 | 226.92 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 237 | 0.73 | 0.89 | 0 | 0.07 | 251.09 | 0.85 | 0.52 |
| Hex | 41 | 1A | ED | 49 | 59 | 0 | 7 | FB | 55 | 34 |
| Octal | 101 | 32 | 355 | 111 | 131 | 0 | 7 | 373 | 125 | 64 |
| Binary | 1000001 | 11010 | 11101101 | 1001001 | 1011001 | 0 | 111 | 11111011 | 1010101 | 110100 |
Color Harmonies of #411AED
Complementary color
Monochromatic Colors of #411AED
Black with #411AED
Text Example
Text Example
White with #411AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411AED; }
p { color: rgb(65,26,237); }
H1.HeaderClassName
{
color: #411AED;
}
.AnyTagClassName
{
color: #411AED;
}
</style>
background-color css
<style>
a { background-color: #411AED; }
a { background-color: rgb(65,26,237); }
div.DivClassName
{
background-color: #411AED;
}
.BgClassName
{
background-color: #411AED;
}
</style>
border-color css
<style>
span { border-color: #411AED; }
span { border-color: rgb(65,26,237); }
td.TdClassName
{
border-color: #411AED;
}
.TagClassName
{
border-color: #411AED;
}
</style>