Shades of Jacksons Purple #41387B
Tints of Jacksons Purple #41387B
RGB
CMYK
RGB Variations
Color information
#41387B (or 0x41387B) is known color: Jacksons Purple. HEX triplet: 41, 38 and 7B. RGB value is (65,56,123). Sum of RGB (Red+Green+Blue) = 65+56+123=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #41387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41387B is #BEC784. Grayscale: #424242. Windows color (decimal): -12502917 or 8075329. OLE color: 8075329.
HSL color Cylindrical-coordinate representation of color #41387B: hue angle of 248.06º 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 #41387B is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 56 | 123 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.52 |
| HSL | 248.06º | 0.37% | 0.35% | - |
| HSV(B) | 248.06º | 0.54% | 0.48% | - |
| XYZ | 7.17 | 5.38 | 19.4 | - |
| YUV | 66.33 | 159.98 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 123 | 0.47 | 0.54 | 0 | 0.52 | 248.06 | 0.37 | 0.35 |
| Hex | 41 | 38 | 7B | 2F | 36 | 0 | 34 | F8 | 25 | 23 |
| Octal | 101 | 70 | 173 | 57 | 66 | 0 | 64 | 370 | 45 | 43 |
| Binary | 1000001 | 111000 | 1111011 | 101111 | 110110 | 0 | 110100 | 11111000 | 100101 | 100011 |
Color Harmonies of #41387B
Complementary color
Monochromatic Colors of #41387B
Black with #41387B
Text Example
Text Example
White with #41387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41387B; }
p { color: rgb(65,56,123); }
H1.HeaderClassName
{
color: #41387B;
}
.AnyTagClassName
{
color: #41387B;
}
</style>
background-color css
<style>
a { background-color: #41387B; }
a { background-color: rgb(65,56,123); }
div.DivClassName
{
background-color: #41387B;
}
.BgClassName
{
background-color: #41387B;
}
</style>
border-color css
<style>
span { border-color: #41387B; }
span { border-color: rgb(65,56,123); }
td.TdClassName
{
border-color: #41387B;
}
.TagClassName
{
border-color: #41387B;
}
</style>