Shades of Jacksons Purple #41387A
Tints of Jacksons Purple #41387A
RGB
CMYK
RGB Variations
Color information
#41387A (or 0x41387A) is known color: Jacksons Purple. HEX triplet: 41, 38 and 7A. RGB value is (65,56,122). Sum of RGB (Red+Green+Blue) = 65+56+122=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #41387A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41387A is #BEC785. Grayscale: #414141. Windows color (decimal): -12502918 or 8009793. OLE color: 8009793.
HSL color Cylindrical-coordinate representation of color #41387A: hue angle of 248.18º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41387A is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 56 | 122 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.52 |
| HSL | 248.18º | 0.37% | 0.35% | - |
| HSV(B) | 248.18º | 0.54% | 0.48% | - |
| XYZ | 7.11 | 5.36 | 19.07 | - |
| YUV | 66.22 | 159.48 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 122 | 0.47 | 0.54 | 0 | 0.52 | 248.18 | 0.37 | 0.35 |
| Hex | 41 | 38 | 7A | 2F | 36 | 0 | 34 | F8 | 25 | 23 |
| Octal | 101 | 70 | 172 | 57 | 66 | 0 | 64 | 370 | 45 | 43 |
| Binary | 1000001 | 111000 | 1111010 | 101111 | 110110 | 0 | 110100 | 11111000 | 100101 | 100011 |
Color Harmonies of #41387A
Complementary color
Monochromatic Colors of #41387A
Black with #41387A
Text Example
Text Example
White with #41387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41387A; }
p { color: rgb(65,56,122); }
H1.HeaderClassName
{
color: #41387A;
}
.AnyTagClassName
{
color: #41387A;
}
</style>
background-color css
<style>
a { background-color: #41387A; }
a { background-color: rgb(65,56,122); }
div.DivClassName
{
background-color: #41387A;
}
.BgClassName
{
background-color: #41387A;
}
</style>
border-color css
<style>
span { border-color: #41387A; }
span { border-color: rgb(65,56,122); }
td.TdClassName
{
border-color: #41387A;
}
.TagClassName
{
border-color: #41387A;
}
</style>