Shades of Han Purple #411BDF
Tints of Han Purple #411BDF
RGB
CMYK
RGB Variations
Color information
#411BDF (or 0x411BDF) is known color: Han Purple. HEX triplet: 41, 1B and DF. RGB value is (65,27,223). Sum of RGB (Red+Green+Blue) = 65+27+223=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #411BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411BDF is #BEE420. Grayscale: #3B3B3B. Windows color (decimal): -12510241 or 14621505. OLE color: 14621505.
HSL color Cylindrical-coordinate representation of color #411BDF: hue angle of 251.63º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411BDF is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 27 | 223 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.13 |
| HSL | 251.63º | 0.78% | 0.49% | - |
| HSV(B) | 251.63º | 0.88% | 0.87% | - |
| XYZ | 15.89 | 7.24 | 70.37 | - |
| YUV | 60.71 | 219.59 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 223 | 0.71 | 0.88 | 0 | 0.13 | 251.63 | 0.78 | 0.49 |
| Hex | 41 | 1B | DF | 47 | 58 | 0 | D | FC | 4E | 31 |
| Octal | 101 | 33 | 337 | 107 | 130 | 0 | 15 | 374 | 116 | 61 |
| Binary | 1000001 | 11011 | 11011111 | 1000111 | 1011000 | 0 | 1101 | 11111100 | 1001110 | 110001 |
Color Harmonies of #411BDF
Complementary color
Monochromatic Colors of #411BDF
Black with #411BDF
Text Example
Text Example
White with #411BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411BDF; }
p { color: rgb(65,27,223); }
H1.HeaderClassName
{
color: #411BDF;
}
.AnyTagClassName
{
color: #411BDF;
}
</style>
background-color css
<style>
a { background-color: #411BDF; }
a { background-color: rgb(65,27,223); }
div.DivClassName
{
background-color: #411BDF;
}
.BgClassName
{
background-color: #411BDF;
}
</style>
border-color css
<style>
span { border-color: #411BDF; }
span { border-color: rgb(65,27,223); }
td.TdClassName
{
border-color: #411BDF;
}
.TagClassName
{
border-color: #411BDF;
}
</style>