Shades of Han Purple #410FDD
Tints of Han Purple #410FDD
RGB
CMYK
RGB Variations
Color information
#410FDD (or 0x410FDD) is known color: Han Purple. HEX triplet: 41, 0F and DD. RGB value is (65,15,221). Sum of RGB (Red+Green+Blue) = 65+15+221=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #410FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410FDD is #BEF022. Grayscale: #343434. Windows color (decimal): -12513315 or 14487361. OLE color: 14487361.
HSL color Cylindrical-coordinate representation of color #410FDD: hue angle of 254.56º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410FDD is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 15 | 221 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.13 |
| HSL | 254.56º | 0.87% | 0.46% | - |
| HSV(B) | 254.56º | 0.93% | 0.87% | - |
| XYZ | 15.4 | 6.69 | 68.89 | - |
| YUV | 53.43 | 222.57 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 221 | 0.71 | 0.93 | 0 | 0.13 | 254.56 | 0.87 | 0.46 |
| Hex | 41 | F | DD | 47 | 5D | 0 | D | FF | 57 | 2E |
| Octal | 101 | 17 | 335 | 107 | 135 | 0 | 15 | 377 | 127 | 56 |
| Binary | 1000001 | 1111 | 11011101 | 1000111 | 1011101 | 0 | 1101 | 11111111 | 1010111 | 101110 |
Color Harmonies of #410FDD
Complementary color
Monochromatic Colors of #410FDD
Black with #410FDD
Text Example
Text Example
White with #410FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410FDD; }
p { color: rgb(65,15,221); }
H1.HeaderClassName
{
color: #410FDD;
}
.AnyTagClassName
{
color: #410FDD;
}
</style>
background-color css
<style>
a { background-color: #410FDD; }
a { background-color: rgb(65,15,221); }
div.DivClassName
{
background-color: #410FDD;
}
.BgClassName
{
background-color: #410FDD;
}
</style>
border-color css
<style>
span { border-color: #410FDD; }
span { border-color: rgb(65,15,221); }
td.TdClassName
{
border-color: #410FDD;
}
.TagClassName
{
border-color: #410FDD;
}
</style>