Shades of Jacksons Purple #42438A
Tints of Jacksons Purple #42438A
RGB
CMYK
RGB Variations
Color information
#42438A (or 0x42438A) is known color: Jacksons Purple. HEX triplet: 42, 43 and 8A. RGB value is (66,67,138). Sum of RGB (Red+Green+Blue) = 66+67+138=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #42438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42438A is #BDBC75. Grayscale: #4A4A4A. Windows color (decimal): -12434550 or 9061186. OLE color: 9061186.
HSL color Cylindrical-coordinate representation of color #42438A: hue angle of 239.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42438A is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 67 | 138 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.46 |
| HSL | 239.17º | 0.35% | 0.4% | - |
| HSV(B) | 239.17º | 0.52% | 0.54% | - |
| XYZ | 8.84 | 7.01 | 24.93 | - |
| YUV | 74.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 138 | 0.52 | 0.51 | 0 | 0.46 | 239.17 | 0.35 | 0.4 |
| Hex | 42 | 43 | 8A | 34 | 33 | 0 | 2E | EF | 23 | 28 |
| Octal | 102 | 103 | 212 | 64 | 63 | 0 | 56 | 357 | 43 | 50 |
| Binary | 1000010 | 1000011 | 10001010 | 110100 | 110011 | 0 | 101110 | 11101111 | 100011 | 101000 |
Color Harmonies of #42438A
Complementary color
Monochromatic Colors of #42438A
Black with #42438A
Text Example
Text Example
White with #42438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42438A; }
p { color: rgb(66,67,138); }
H1.HeaderClassName
{
color: #42438A;
}
.AnyTagClassName
{
color: #42438A;
}
</style>
background-color css
<style>
a { background-color: #42438A; }
a { background-color: rgb(66,67,138); }
div.DivClassName
{
background-color: #42438A;
}
.BgClassName
{
background-color: #42438A;
}
</style>
border-color css
<style>
span { border-color: #42438A; }
span { border-color: rgb(66,67,138); }
td.TdClassName
{
border-color: #42438A;
}
.TagClassName
{
border-color: #42438A;
}
</style>