Shades of Jacksons Purple #41427B
Tints of Jacksons Purple #41427B
RGB
CMYK
RGB Variations
Color information
#41427B (or 0x41427B) is known color: Jacksons Purple. HEX triplet: 41, 42 and 7B. RGB value is (65,66,123). Sum of RGB (Red+Green+Blue) = 65+66+123=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #41427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41427B is #BEBD84. Grayscale: #474747. Windows color (decimal): -12500357 or 8077889. OLE color: 8077889.
HSL color Cylindrical-coordinate representation of color #41427B: hue angle of 238.97º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41427B is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 66 | 123 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.52 |
| HSL | 238.97º | 0.31% | 0.37% | - |
| HSV(B) | 238.97º | 0.47% | 0.48% | - |
| XYZ | 7.7 | 6.45 | 19.58 | - |
| YUV | 72.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 123 | 0.47 | 0.46 | 0 | 0.52 | 238.97 | 0.31 | 0.37 |
| Hex | 41 | 42 | 7B | 2F | 2E | 0 | 34 | EF | 1F | 25 |
| Octal | 101 | 102 | 173 | 57 | 56 | 0 | 64 | 357 | 37 | 45 |
| Binary | 1000001 | 1000010 | 1111011 | 101111 | 101110 | 0 | 110100 | 11101111 | 11111 | 100101 |
Color Harmonies of #41427B
Complementary color
Monochromatic Colors of #41427B
Black with #41427B
Text Example
Text Example
White with #41427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41427B; }
p { color: rgb(65,66,123); }
H1.HeaderClassName
{
color: #41427B;
}
.AnyTagClassName
{
color: #41427B;
}
</style>
background-color css
<style>
a { background-color: #41427B; }
a { background-color: rgb(65,66,123); }
div.DivClassName
{
background-color: #41427B;
}
.BgClassName
{
background-color: #41427B;
}
</style>
border-color css
<style>
span { border-color: #41427B; }
span { border-color: rgb(65,66,123); }
td.TdClassName
{
border-color: #41427B;
}
.TagClassName
{
border-color: #41427B;
}
</style>