Shades of Han Purple #411CDD
Tints of Han Purple #411CDD
RGB
CMYK
RGB Variations
Color information
#411CDD (or 0x411CDD) is known color: Han Purple. HEX triplet: 41, 1C and DD. RGB value is (65,28,221). Sum of RGB (Red+Green+Blue) = 65+28+221=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #411CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CDD is #BEE322. Grayscale: #3C3C3C. Windows color (decimal): -12509987 or 14490689. OLE color: 14490689.
HSL color Cylindrical-coordinate representation of color #411CDD: hue angle of 251.5º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411CDD is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 28 | 221 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.13 |
| HSL | 251.5º | 0.78% | 0.49% | - |
| HSV(B) | 251.5º | 0.87% | 0.87% | - |
| XYZ | 15.65 | 7.17 | 68.97 | - |
| YUV | 61.07 | 218.26 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 221 | 0.71 | 0.87 | 0 | 0.13 | 251.5 | 0.78 | 0.49 |
| Hex | 41 | 1C | DD | 47 | 57 | 0 | D | FC | 4E | 31 |
| Octal | 101 | 34 | 335 | 107 | 127 | 0 | 15 | 374 | 116 | 61 |
| Binary | 1000001 | 11100 | 11011101 | 1000111 | 1010111 | 0 | 1101 | 11111100 | 1001110 | 110001 |
Color Harmonies of #411CDD
Complementary color
Monochromatic Colors of #411CDD
Black with #411CDD
Text Example
Text Example
White with #411CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CDD; }
p { color: rgb(65,28,221); }
H1.HeaderClassName
{
color: #411CDD;
}
.AnyTagClassName
{
color: #411CDD;
}
</style>
background-color css
<style>
a { background-color: #411CDD; }
a { background-color: rgb(65,28,221); }
div.DivClassName
{
background-color: #411CDD;
}
.BgClassName
{
background-color: #411CDD;
}
</style>
border-color css
<style>
span { border-color: #411CDD; }
span { border-color: rgb(65,28,221); }
td.TdClassName
{
border-color: #411CDD;
}
.TagClassName
{
border-color: #411CDD;
}
</style>