Shades of Han Purple #412DDD
Tints of Han Purple #412DDD
RGB
CMYK
RGB Variations
Color information
#412DDD (or 0x412DDD) is known color: Han Purple. HEX triplet: 41, 2D and DD. RGB value is (65,45,221). Sum of RGB (Red+Green+Blue) = 65+45+221=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #412DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DDD is #BED222. Grayscale: #464646. Windows color (decimal): -12505635 or 14495041. OLE color: 14495041.
HSL color Cylindrical-coordinate representation of color #412DDD: hue angle of 246.82º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #412DDD is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 45 | 221 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.13 |
| HSL | 246.82º | 0.72% | 0.52% | - |
| HSV(B) | 246.82º | 0.8% | 0.87% | - |
| XYZ | 16.17 | 8.22 | 69.14 | - |
| YUV | 71.04 | 212.63 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 221 | 0.71 | 0.80 | 0 | 0.13 | 246.82 | 0.72 | 0.52 |
| Hex | 41 | 2D | DD | 47 | 50 | 0 | D | F7 | 48 | 34 |
| Octal | 101 | 55 | 335 | 107 | 120 | 0 | 15 | 367 | 110 | 64 |
| Binary | 1000001 | 101101 | 11011101 | 1000111 | 1010000 | 0 | 1101 | 11110111 | 1001000 | 110100 |
Color Harmonies of #412DDD
Complementary color
Monochromatic Colors of #412DDD
Black with #412DDD
Text Example
Text Example
White with #412DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412DDD; }
p { color: rgb(65,45,221); }
H1.HeaderClassName
{
color: #412DDD;
}
.AnyTagClassName
{
color: #412DDD;
}
</style>
background-color css
<style>
a { background-color: #412DDD; }
a { background-color: rgb(65,45,221); }
div.DivClassName
{
background-color: #412DDD;
}
.BgClassName
{
background-color: #412DDD;
}
</style>
border-color css
<style>
span { border-color: #412DDD; }
span { border-color: rgb(65,45,221); }
td.TdClassName
{
border-color: #412DDD;
}
.TagClassName
{
border-color: #412DDD;
}
</style>