Shades of Jacksons Purple #414883
Tints of Jacksons Purple #414883
RGB
CMYK
RGB Variations
Color information
#414883 (or 0x414883) is known color: Jacksons Purple. HEX triplet: 41, 48 and 83. RGB value is (65,72,131). Sum of RGB (Red+Green+Blue) = 65+72+131=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #414883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414883 is #BEB77C. Grayscale: #4C4C4C. Windows color (decimal): -12498813 or 8603713. OLE color: 8603713.
HSL color Cylindrical-coordinate representation of color #414883: hue angle of 233.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414883 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 72 | 131 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.49 |
| HSL | 233.64º | 0.34% | 0.38% | - |
| HSV(B) | 233.64º | 0.5% | 0.51% | - |
| XYZ | 8.59 | 7.4 | 22.45 | - |
| YUV | 76.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 131 | 0.50 | 0.45 | 0 | 0.49 | 233.64 | 0.34 | 0.38 |
| Hex | 41 | 48 | 83 | 32 | 2D | 0 | 31 | EA | 22 | 26 |
| Octal | 101 | 110 | 203 | 62 | 55 | 0 | 61 | 352 | 42 | 46 |
| Binary | 1000001 | 1001000 | 10000011 | 110010 | 101101 | 0 | 110001 | 11101010 | 100010 | 100110 |
Color Harmonies of #414883
Complementary color
Monochromatic Colors of #414883
Black with #414883
Text Example
Text Example
White with #414883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414883; }
p { color: rgb(65,72,131); }
H1.HeaderClassName
{
color: #414883;
}
.AnyTagClassName
{
color: #414883;
}
</style>
background-color css
<style>
a { background-color: #414883; }
a { background-color: rgb(65,72,131); }
div.DivClassName
{
background-color: #414883;
}
.BgClassName
{
background-color: #414883;
}
</style>
border-color css
<style>
span { border-color: #414883; }
span { border-color: rgb(65,72,131); }
td.TdClassName
{
border-color: #414883;
}
.TagClassName
{
border-color: #414883;
}
</style>