Shades of Han Purple #411BED
Tints of Han Purple #411BED
RGB
CMYK
RGB Variations
Color information
#411BED (or 0x411BED) is known color: Han Purple. HEX triplet: 41, 1B and ED. RGB value is (65,27,237). Sum of RGB (Red+Green+Blue) = 65+27+237=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #411BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411BED is #BEE412. Grayscale: #3D3D3D. Windows color (decimal): -12510227 or 15539009. OLE color: 15539009.
HSL color Cylindrical-coordinate representation of color #411BED: hue angle of 250.86º 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 #411BED is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 27 | 237 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.07 |
| HSL | 250.86º | 0.85% | 0.52% | - |
| HSV(B) | 250.86º | 0.89% | 0.93% | - |
| XYZ | 17.86 | 8.02 | 80.73 | - |
| YUV | 62.3 | 226.59 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 237 | 0.73 | 0.89 | 0 | 0.07 | 250.86 | 0.85 | 0.52 |
| Hex | 41 | 1B | ED | 49 | 59 | 0 | 7 | FB | 55 | 34 |
| Octal | 101 | 33 | 355 | 111 | 131 | 0 | 7 | 373 | 125 | 64 |
| Binary | 1000001 | 11011 | 11101101 | 1001001 | 1011001 | 0 | 111 | 11111011 | 1010101 | 110100 |
Color Harmonies of #411BED
Complementary color
Monochromatic Colors of #411BED
Black with #411BED
Text Example
Text Example
White with #411BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411BED; }
p { color: rgb(65,27,237); }
H1.HeaderClassName
{
color: #411BED;
}
.AnyTagClassName
{
color: #411BED;
}
</style>
background-color css
<style>
a { background-color: #411BED; }
a { background-color: rgb(65,27,237); }
div.DivClassName
{
background-color: #411BED;
}
.BgClassName
{
background-color: #411BED;
}
</style>
border-color css
<style>
span { border-color: #411BED; }
span { border-color: rgb(65,27,237); }
td.TdClassName
{
border-color: #411BED;
}
.TagClassName
{
border-color: #411BED;
}
</style>