Shades of Han Purple #411AD4
Tints of Han Purple #411AD4
RGB
CMYK
RGB Variations
Color information
#411AD4 (or 0x411AD4) is known color: Han Purple. HEX triplet: 41, 1A and D4. RGB value is (65,26,212). Sum of RGB (Red+Green+Blue) = 65+26+212=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 212 (83.20% from 255 or 69.97% from 303); Max value from RGB is 212 - color contains mainly: blue. Hex color #411AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411AD4 is #BEE52B. Grayscale: #3A3A3A. Windows color (decimal): -12510508 or 13900353. OLE color: 13900353.
HSL color Cylindrical-coordinate representation of color #411AD4: hue angle of 252.58º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411AD4 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 26 | 212 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.17 |
| HSL | 252.58º | 0.78% | 0.47% | - |
| HSV(B) | 252.58º | 0.88% | 0.83% | - |
| XYZ | 14.43 | 6.62 | 62.8 | - |
| YUV | 58.87 | 214.42 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 212 | 0.69 | 0.88 | 0 | 0.17 | 252.58 | 0.78 | 0.47 |
| Hex | 41 | 1A | D4 | 45 | 58 | 0 | 11 | FD | 4E | 2F |
| Octal | 101 | 32 | 324 | 105 | 130 | 0 | 21 | 375 | 116 | 57 |
| Binary | 1000001 | 11010 | 11010100 | 1000101 | 1011000 | 0 | 10001 | 11111101 | 1001110 | 101111 |
Color Harmonies of #411AD4
Complementary color
Monochromatic Colors of #411AD4
Black with #411AD4
Text Example
Text Example
White with #411AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411AD4; }
p { color: rgb(65,26,212); }
H1.HeaderClassName
{
color: #411AD4;
}
.AnyTagClassName
{
color: #411AD4;
}
</style>
background-color css
<style>
a { background-color: #411AD4; }
a { background-color: rgb(65,26,212); }
div.DivClassName
{
background-color: #411AD4;
}
.BgClassName
{
background-color: #411AD4;
}
</style>
border-color css
<style>
span { border-color: #411AD4; }
span { border-color: rgb(65,26,212); }
td.TdClassName
{
border-color: #411AD4;
}
.TagClassName
{
border-color: #411AD4;
}
</style>