Shades of Jacksons Purple #41468C
Tints of Jacksons Purple #41468C
RGB
CMYK
RGB Variations
Color information
#41468C (or 0x41468C) is known color: Jacksons Purple. HEX triplet: 41, 46 and 8C. RGB value is (65,70,140). Sum of RGB (Red+Green+Blue) = 65+70+140=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #41468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41468C is #BEB973. Grayscale: #4C4C4C. Windows color (decimal): -12499316 or 9193025. OLE color: 9193025.
HSL color Cylindrical-coordinate representation of color #41468C: hue angle of 236º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41468C is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 70 | 140 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.45 |
| HSL | 236º | 0.37% | 0.4% | - |
| HSV(B) | 236º | 0.54% | 0.55% | - |
| XYZ | 9.1 | 7.4 | 25.76 | - |
| YUV | 76.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 140 | 0.54 | 0.50 | 0 | 0.45 | 236 | 0.37 | 0.4 |
| Hex | 41 | 46 | 8C | 36 | 32 | 0 | 2D | EC | 25 | 28 |
| Octal | 101 | 106 | 214 | 66 | 62 | 0 | 55 | 354 | 45 | 50 |
| Binary | 1000001 | 1000110 | 10001100 | 110110 | 110010 | 0 | 101101 | 11101100 | 100101 | 101000 |
Color Harmonies of #41468C
Complementary color
Monochromatic Colors of #41468C
Black with #41468C
Text Example
Text Example
White with #41468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41468C; }
p { color: rgb(65,70,140); }
H1.HeaderClassName
{
color: #41468C;
}
.AnyTagClassName
{
color: #41468C;
}
</style>
background-color css
<style>
a { background-color: #41468C; }
a { background-color: rgb(65,70,140); }
div.DivClassName
{
background-color: #41468C;
}
.BgClassName
{
background-color: #41468C;
}
</style>
border-color css
<style>
span { border-color: #41468C; }
span { border-color: rgb(65,70,140); }
td.TdClassName
{
border-color: #41468C;
}
.TagClassName
{
border-color: #41468C;
}
</style>