Shades of Jacksons Purple #41438A
Tints of Jacksons Purple #41438A
RGB
CMYK
RGB Variations
Color information
#41438A (or 0x41438A) is known color: Jacksons Purple. HEX triplet: 41, 43 and 8A. RGB value is (65,67,138). Sum of RGB (Red+Green+Blue) = 65+67+138=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #41438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41438A is #BEBC75. Grayscale: #4A4A4A. Windows color (decimal): -12500086 or 9061185. OLE color: 9061185.
HSL color Cylindrical-coordinate representation of color #41438A: hue angle of 238.36º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41438A is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 67 | 138 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.46 |
| HSL | 238.36º | 0.36% | 0.4% | - |
| HSV(B) | 238.36º | 0.53% | 0.54% | - |
| XYZ | 8.77 | 6.97 | 24.93 | - |
| YUV | 74.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 138 | 0.53 | 0.51 | 0 | 0.46 | 238.36 | 0.36 | 0.4 |
| Hex | 41 | 43 | 8A | 35 | 33 | 0 | 2E | EE | 24 | 28 |
| Octal | 101 | 103 | 212 | 65 | 63 | 0 | 56 | 356 | 44 | 50 |
| Binary | 1000001 | 1000011 | 10001010 | 110101 | 110011 | 0 | 101110 | 11101110 | 100100 | 101000 |
Color Harmonies of #41438A
Complementary color
Monochromatic Colors of #41438A
Black with #41438A
Text Example
Text Example
White with #41438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41438A; }
p { color: rgb(65,67,138); }
H1.HeaderClassName
{
color: #41438A;
}
.AnyTagClassName
{
color: #41438A;
}
</style>
background-color css
<style>
a { background-color: #41438A; }
a { background-color: rgb(65,67,138); }
div.DivClassName
{
background-color: #41438A;
}
.BgClassName
{
background-color: #41438A;
}
</style>
border-color css
<style>
span { border-color: #41438A; }
span { border-color: rgb(65,67,138); }
td.TdClassName
{
border-color: #41438A;
}
.TagClassName
{
border-color: #41438A;
}
</style>