Shades of Han Purple #412DDB
Tints of Han Purple #412DDB
RGB
CMYK
RGB Variations
Color information
#412DDB (or 0x412DDB) is known color: Han Purple. HEX triplet: 41, 2D and DB. RGB value is (65,45,219). Sum of RGB (Red+Green+Blue) = 65+45+219=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #412DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412DDB is #BED224. Grayscale: #464646. Windows color (decimal): -12505637 or 14363969. OLE color: 14363969.
HSL color Cylindrical-coordinate representation of color #412DDB: hue angle of 246.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #412DDB is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 45 | 219 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.14 |
| HSL | 246.9º | 0.71% | 0.52% | - |
| HSV(B) | 246.9º | 0.79% | 0.86% | - |
| XYZ | 15.9 | 8.12 | 67.75 | - |
| YUV | 70.82 | 211.63 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 219 | 0.70 | 0.79 | 0 | 0.14 | 246.9 | 0.71 | 0.52 |
| Hex | 41 | 2D | DB | 46 | 4F | 0 | E | F7 | 47 | 34 |
| Octal | 101 | 55 | 333 | 106 | 117 | 0 | 16 | 367 | 107 | 64 |
| Binary | 1000001 | 101101 | 11011011 | 1000110 | 1001111 | 0 | 1110 | 11110111 | 1000111 | 110100 |
Color Harmonies of #412DDB
Complementary color
Monochromatic Colors of #412DDB
Black with #412DDB
Text Example
Text Example
White with #412DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412DDB; }
p { color: rgb(65,45,219); }
H1.HeaderClassName
{
color: #412DDB;
}
.AnyTagClassName
{
color: #412DDB;
}
</style>
background-color css
<style>
a { background-color: #412DDB; }
a { background-color: rgb(65,45,219); }
div.DivClassName
{
background-color: #412DDB;
}
.BgClassName
{
background-color: #412DDB;
}
</style>
border-color css
<style>
span { border-color: #412DDB; }
span { border-color: rgb(65,45,219); }
td.TdClassName
{
border-color: #412DDB;
}
.TagClassName
{
border-color: #412DDB;
}
</style>