Shades of Han Purple #411CED
Tints of Han Purple #411CED
RGB
CMYK
RGB Variations
Color information
#411CED (or 0x411CED) is known color: Han Purple. HEX triplet: 41, 1C and ED. RGB value is (65,28,237). Sum of RGB (Red+Green+Blue) = 65+28+237=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #411CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411CED is #BEE312. Grayscale: #3E3E3E. Windows color (decimal): -12509971 or 15539265. OLE color: 15539265.
HSL color Cylindrical-coordinate representation of color #411CED: hue angle of 250.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411CED is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 28 | 237 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.07 |
| HSL | 250.62º | 0.85% | 0.52% | - |
| HSV(B) | 250.62º | 0.88% | 0.93% | - |
| XYZ | 17.88 | 8.07 | 80.74 | - |
| YUV | 62.89 | 226.26 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 237 | 0.73 | 0.88 | 0 | 0.07 | 250.62 | 0.85 | 0.52 |
| Hex | 41 | 1C | ED | 49 | 58 | 0 | 7 | FB | 55 | 34 |
| Octal | 101 | 34 | 355 | 111 | 130 | 0 | 7 | 373 | 125 | 64 |
| Binary | 1000001 | 11100 | 11101101 | 1001001 | 1011000 | 0 | 111 | 11111011 | 1010101 | 110100 |
Color Harmonies of #411CED
Complementary color
Monochromatic Colors of #411CED
Black with #411CED
Text Example
Text Example
White with #411CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CED; }
p { color: rgb(65,28,237); }
H1.HeaderClassName
{
color: #411CED;
}
.AnyTagClassName
{
color: #411CED;
}
</style>
background-color css
<style>
a { background-color: #411CED; }
a { background-color: rgb(65,28,237); }
div.DivClassName
{
background-color: #411CED;
}
.BgClassName
{
background-color: #411CED;
}
</style>
border-color css
<style>
span { border-color: #411CED; }
span { border-color: rgb(65,28,237); }
td.TdClassName
{
border-color: #411CED;
}
.TagClassName
{
border-color: #411CED;
}
</style>