Shades of Han Purple #412AD8
Tints of Han Purple #412AD8
RGB
CMYK
RGB Variations
Color information
#412AD8 (or 0x412AD8) is known color: Han Purple. HEX triplet: 41, 2A and D8. RGB value is (65,42,216). Sum of RGB (Red+Green+Blue) = 65+42+216=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 216 (84.77% from 255 or 66.87% from 323); Max value from RGB is 216 - color contains mainly: blue. Hex color #412AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412AD8 is #BED527. Grayscale: #444444. Windows color (decimal): -12506408 or 14166593. OLE color: 14166593.
HSL color Cylindrical-coordinate representation of color #412AD8: hue angle of 247.93º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412AD8 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 42 | 216 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.15 |
| HSL | 247.93º | 0.69% | 0.51% | - |
| HSV(B) | 247.93º | 0.81% | 0.85% | - |
| XYZ | 15.4 | 7.74 | 65.65 | - |
| YUV | 68.71 | 211.12 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 216 | 0.70 | 0.81 | 0 | 0.15 | 247.93 | 0.69 | 0.51 |
| Hex | 41 | 2A | D8 | 46 | 51 | 0 | F | F8 | 45 | 33 |
| Octal | 101 | 52 | 330 | 106 | 121 | 0 | 17 | 370 | 105 | 63 |
| Binary | 1000001 | 101010 | 11011000 | 1000110 | 1010001 | 0 | 1111 | 11111000 | 1000101 | 110011 |
Color Harmonies of #412AD8
Complementary color
Monochromatic Colors of #412AD8
Black with #412AD8
Text Example
Text Example
White with #412AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412AD8; }
p { color: rgb(65,42,216); }
H1.HeaderClassName
{
color: #412AD8;
}
.AnyTagClassName
{
color: #412AD8;
}
</style>
background-color css
<style>
a { background-color: #412AD8; }
a { background-color: rgb(65,42,216); }
div.DivClassName
{
background-color: #412AD8;
}
.BgClassName
{
background-color: #412AD8;
}
</style>
border-color css
<style>
span { border-color: #412AD8; }
span { border-color: rgb(65,42,216); }
td.TdClassName
{
border-color: #412AD8;
}
.TagClassName
{
border-color: #412AD8;
}
</style>