Shades of Jacksons Purple #42407D
Tints of Jacksons Purple #42407D
RGB
CMYK
RGB Variations
Color information
#42407D (or 0x42407D) is known color: Jacksons Purple. HEX triplet: 42, 40 and 7D. RGB value is (66,64,125). Sum of RGB (Red+Green+Blue) = 66+64+125=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #42407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42407D is #BDBF82. Grayscale: #474747. Windows color (decimal): -12435331 or 8208450. OLE color: 8208450.
HSL color Cylindrical-coordinate representation of color #42407D: hue angle of 241.97º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42407D is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 64 | 125 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.51 |
| HSL | 241.97º | 0.32% | 0.37% | - |
| HSV(B) | 241.97º | 0.49% | 0.49% | - |
| XYZ | 7.78 | 6.31 | 20.21 | - |
| YUV | 71.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 125 | 0.47 | 0.49 | 0 | 0.51 | 241.97 | 0.32 | 0.37 |
| Hex | 42 | 40 | 7D | 2F | 31 | 0 | 33 | F2 | 20 | 25 |
| Octal | 102 | 100 | 175 | 57 | 61 | 0 | 63 | 362 | 40 | 45 |
| Binary | 1000010 | 1000000 | 1111101 | 101111 | 110001 | 0 | 110011 | 11110010 | 100000 | 100101 |
Color Harmonies of #42407D
Complementary color
Monochromatic Colors of #42407D
Black with #42407D
Text Example
Text Example
White with #42407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42407D; }
p { color: rgb(66,64,125); }
H1.HeaderClassName
{
color: #42407D;
}
.AnyTagClassName
{
color: #42407D;
}
</style>
background-color css
<style>
a { background-color: #42407D; }
a { background-color: rgb(66,64,125); }
div.DivClassName
{
background-color: #42407D;
}
.BgClassName
{
background-color: #42407D;
}
</style>
border-color css
<style>
span { border-color: #42407D; }
span { border-color: rgb(66,64,125); }
td.TdClassName
{
border-color: #42407D;
}
.TagClassName
{
border-color: #42407D;
}
</style>