Shades of Jacksons Purple #42417B
Tints of Jacksons Purple #42417B
RGB
CMYK
RGB Variations
Color information
#42417B (or 0x42417B) is known color: Jacksons Purple. HEX triplet: 42, 41 and 7B. RGB value is (66,65,123). Sum of RGB (Red+Green+Blue) = 66+65+123=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #42417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42417B is #BDBE84. Grayscale: #474747. Windows color (decimal): -12435077 or 8077634. OLE color: 8077634.
HSL color Cylindrical-coordinate representation of color #42417B: hue angle of 241.03º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42417B is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 65 | 123 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.52 |
| HSL | 241.03º | 0.31% | 0.37% | - |
| HSV(B) | 241.03º | 0.47% | 0.48% | - |
| XYZ | 7.71 | 6.37 | 19.56 | - |
| YUV | 71.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 123 | 0.46 | 0.47 | 0 | 0.52 | 241.03 | 0.31 | 0.37 |
| Hex | 42 | 41 | 7B | 2E | 2F | 0 | 34 | F1 | 1F | 25 |
| Octal | 102 | 101 | 173 | 56 | 57 | 0 | 64 | 361 | 37 | 45 |
| Binary | 1000010 | 1000001 | 1111011 | 101110 | 101111 | 0 | 110100 | 11110001 | 11111 | 100101 |
Color Harmonies of #42417B
Complementary color
Monochromatic Colors of #42417B
Black with #42417B
Text Example
Text Example
White with #42417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42417B; }
p { color: rgb(66,65,123); }
H1.HeaderClassName
{
color: #42417B;
}
.AnyTagClassName
{
color: #42417B;
}
</style>
background-color css
<style>
a { background-color: #42417B; }
a { background-color: rgb(66,65,123); }
div.DivClassName
{
background-color: #42417B;
}
.BgClassName
{
background-color: #42417B;
}
</style>
border-color css
<style>
span { border-color: #42417B; }
span { border-color: rgb(66,65,123); }
td.TdClassName
{
border-color: #42417B;
}
.TagClassName
{
border-color: #42417B;
}
</style>