Shades of Han Purple #410DF2
Tints of Han Purple #410DF2
RGB
CMYK
RGB Variations
Color information
#410DF2 (or 0x410DF2) is known color: Han Purple. HEX triplet: 41, 0D and F2. RGB value is (65,13,242). Sum of RGB (Red+Green+Blue) = 65+13+242=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 242 (94.92% from 255 or 75.62% from 320); Max value from RGB is 242 - color contains mainly: blue. Hex color #410DF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410DF2 is #BEF20D. Grayscale: #353535. Windows color (decimal): -12513806 or 15863105. OLE color: 15863105.
HSL color Cylindrical-coordinate representation of color #410DF2: hue angle of 253.62º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410DF2 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 13 | 242 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.05 |
| HSL | 253.62º | 0.9% | 0.5% | - |
| HSV(B) | 253.62º | 0.95% | 0.95% | - |
| XYZ | 18.35 | 7.82 | 84.55 | - |
| YUV | 54.65 | 233.73 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 13 | 242 | 0.73 | 0.95 | 0 | 0.05 | 253.62 | 0.9 | 0.5 |
| Hex | 41 | D | F2 | 49 | 5F | 0 | 5 | FE | 5A | 32 |
| Octal | 101 | 15 | 362 | 111 | 137 | 0 | 5 | 376 | 132 | 62 |
| Binary | 1000001 | 1101 | 11110010 | 1001001 | 1011111 | 0 | 101 | 11111110 | 1011010 | 110010 |
Color Harmonies of #410DF2
Complementary color
Monochromatic Colors of #410DF2
Black with #410DF2
Text Example
Text Example
White with #410DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410DF2; }
p { color: rgb(65,13,242); }
H1.HeaderClassName
{
color: #410DF2;
}
.AnyTagClassName
{
color: #410DF2;
}
</style>
background-color css
<style>
a { background-color: #410DF2; }
a { background-color: rgb(65,13,242); }
div.DivClassName
{
background-color: #410DF2;
}
.BgClassName
{
background-color: #410DF2;
}
</style>
border-color css
<style>
span { border-color: #410DF2; }
span { border-color: rgb(65,13,242); }
td.TdClassName
{
border-color: #410DF2;
}
.TagClassName
{
border-color: #410DF2;
}
</style>