Shades of Han Purple #411BDA
Tints of Han Purple #411BDA
RGB
CMYK
RGB Variations
Color information
#411BDA (or 0x411BDA) is known color: Han Purple. HEX triplet: 41, 1B and DA. RGB value is (65,27,218). Sum of RGB (Red+Green+Blue) = 65+27+218=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #411BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411BDA is #BEE425. Grayscale: #3B3B3B. Windows color (decimal): -12510246 or 14293825. OLE color: 14293825.
HSL color Cylindrical-coordinate representation of color #411BDA: hue angle of 251.94º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411BDA is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 27 | 218 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.15 |
| HSL | 251.94º | 0.78% | 0.48% | - |
| HSV(B) | 251.94º | 0.88% | 0.85% | - |
| XYZ | 15.23 | 6.97 | 66.87 | - |
| YUV | 60.14 | 217.09 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 218 | 0.70 | 0.88 | 0 | 0.15 | 251.94 | 0.78 | 0.48 |
| Hex | 41 | 1B | DA | 46 | 58 | 0 | F | FC | 4E | 30 |
| Octal | 101 | 33 | 332 | 106 | 130 | 0 | 17 | 374 | 116 | 60 |
| Binary | 1000001 | 11011 | 11011010 | 1000110 | 1011000 | 0 | 1111 | 11111100 | 1001110 | 110000 |
Color Harmonies of #411BDA
Complementary color
Monochromatic Colors of #411BDA
Black with #411BDA
Text Example
Text Example
White with #411BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411BDA; }
p { color: rgb(65,27,218); }
H1.HeaderClassName
{
color: #411BDA;
}
.AnyTagClassName
{
color: #411BDA;
}
</style>
background-color css
<style>
a { background-color: #411BDA; }
a { background-color: rgb(65,27,218); }
div.DivClassName
{
background-color: #411BDA;
}
.BgClassName
{
background-color: #411BDA;
}
</style>
border-color css
<style>
span { border-color: #411BDA; }
span { border-color: rgb(65,27,218); }
td.TdClassName
{
border-color: #411BDA;
}
.TagClassName
{
border-color: #411BDA;
}
</style>