Shades of Jacksons Purple #41377A
Tints of Jacksons Purple #41377A
RGB
CMYK
RGB Variations
Color information
#41377A (or 0x41377A) is known color: Jacksons Purple. HEX triplet: 41, 37 and 7A. RGB value is (65,55,122). Sum of RGB (Red+Green+Blue) = 65+55+122=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #41377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41377A is #BEC885. Grayscale: #414141. Windows color (decimal): -12503174 or 8009537. OLE color: 8009537.
HSL color Cylindrical-coordinate representation of color #41377A: hue angle of 248.96º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41377A is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 55 | 122 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.52 |
| HSL | 248.96º | 0.38% | 0.35% | - |
| HSV(B) | 248.96º | 0.55% | 0.48% | - |
| XYZ | 7.06 | 5.26 | 19.06 | - |
| YUV | 65.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 122 | 0.47 | 0.55 | 0 | 0.52 | 248.96 | 0.38 | 0.35 |
| Hex | 41 | 37 | 7A | 2F | 37 | 0 | 34 | F9 | 26 | 23 |
| Octal | 101 | 67 | 172 | 57 | 67 | 0 | 64 | 371 | 46 | 43 |
| Binary | 1000001 | 110111 | 1111010 | 101111 | 110111 | 0 | 110100 | 11111001 | 100110 | 100011 |
Color Harmonies of #41377A
Complementary color
Monochromatic Colors of #41377A
Black with #41377A
Text Example
Text Example
White with #41377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41377A; }
p { color: rgb(65,55,122); }
H1.HeaderClassName
{
color: #41377A;
}
.AnyTagClassName
{
color: #41377A;
}
</style>
background-color css
<style>
a { background-color: #41377A; }
a { background-color: rgb(65,55,122); }
div.DivClassName
{
background-color: #41377A;
}
.BgClassName
{
background-color: #41377A;
}
</style>
border-color css
<style>
span { border-color: #41377A; }
span { border-color: rgb(65,55,122); }
td.TdClassName
{
border-color: #41377A;
}
.TagClassName
{
border-color: #41377A;
}
</style>