Shades of Jacksons Purple #413A78
Tints of Jacksons Purple #413A78
RGB
CMYK
RGB Variations
Color information
#413A78 (or 0x413A78) is known color: Jacksons Purple. HEX triplet: 41, 3A and 78. RGB value is (65,58,120). Sum of RGB (Red+Green+Blue) = 65+58+120=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #413A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A78 is #BEC587. Grayscale: #424242. Windows color (decimal): -12502408 or 7879233. OLE color: 7879233.
HSL color Cylindrical-coordinate representation of color #413A78: hue angle of 246.77º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #413A78 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 58 | 120 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.53 |
| HSL | 246.77º | 0.35% | 0.35% | - |
| HSV(B) | 246.77º | 0.52% | 0.47% | - |
| XYZ | 7.08 | 5.51 | 18.46 | - |
| YUV | 67.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 120 | 0.46 | 0.52 | 0 | 0.53 | 246.77 | 0.35 | 0.35 |
| Hex | 41 | 3A | 78 | 2E | 34 | 0 | 35 | F7 | 23 | 23 |
| Octal | 101 | 72 | 170 | 56 | 64 | 0 | 65 | 367 | 43 | 43 |
| Binary | 1000001 | 111010 | 1111000 | 101110 | 110100 | 0 | 110101 | 11110111 | 100011 | 100011 |
Color Harmonies of #413A78
Complementary color
Monochromatic Colors of #413A78
Black with #413A78
Text Example
Text Example
White with #413A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A78; }
p { color: rgb(65,58,120); }
H1.HeaderClassName
{
color: #413A78;
}
.AnyTagClassName
{
color: #413A78;
}
</style>
background-color css
<style>
a { background-color: #413A78; }
a { background-color: rgb(65,58,120); }
div.DivClassName
{
background-color: #413A78;
}
.BgClassName
{
background-color: #413A78;
}
</style>
border-color css
<style>
span { border-color: #413A78; }
span { border-color: rgb(65,58,120); }
td.TdClassName
{
border-color: #413A78;
}
.TagClassName
{
border-color: #413A78;
}
</style>