Shades of Han Purple #412BDA
Tints of Han Purple #412BDA
RGB
CMYK
RGB Variations
Color information
#412BDA (or 0x412BDA) is known color: Han Purple. HEX triplet: 41, 2B and DA. RGB value is (65,43,218). Sum of RGB (Red+Green+Blue) = 65+43+218=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #412BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BDA is #BED425. Grayscale: #444444. Windows color (decimal): -12506150 or 14297921. OLE color: 14297921.
HSL color Cylindrical-coordinate representation of color #412BDA: hue angle of 247.54º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #412BDA is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 43 | 218 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.15 |
| HSL | 247.54º | 0.7% | 0.51% | - |
| HSV(B) | 247.54º | 0.8% | 0.85% | - |
| XYZ | 15.7 | 7.91 | 67.03 | - |
| YUV | 69.53 | 211.79 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 218 | 0.70 | 0.80 | 0 | 0.15 | 247.54 | 0.7 | 0.51 |
| Hex | 41 | 2B | DA | 46 | 50 | 0 | F | F8 | 46 | 33 |
| Octal | 101 | 53 | 332 | 106 | 120 | 0 | 17 | 370 | 106 | 63 |
| Binary | 1000001 | 101011 | 11011010 | 1000110 | 1010000 | 0 | 1111 | 11111000 | 1000110 | 110011 |
Color Harmonies of #412BDA
Complementary color
Monochromatic Colors of #412BDA
Black with #412BDA
Text Example
Text Example
White with #412BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412BDA; }
p { color: rgb(65,43,218); }
H1.HeaderClassName
{
color: #412BDA;
}
.AnyTagClassName
{
color: #412BDA;
}
</style>
background-color css
<style>
a { background-color: #412BDA; }
a { background-color: rgb(65,43,218); }
div.DivClassName
{
background-color: #412BDA;
}
.BgClassName
{
background-color: #412BDA;
}
</style>
border-color css
<style>
span { border-color: #412BDA; }
span { border-color: rgb(65,43,218); }
td.TdClassName
{
border-color: #412BDA;
}
.TagClassName
{
border-color: #412BDA;
}
</style>