Shades of Jacksons Purple #42458C
Tints of Jacksons Purple #42458C
RGB
CMYK
RGB Variations
Color information
#42458C (or 0x42458C) is known color: Jacksons Purple. HEX triplet: 42, 45 and 8C. RGB value is (66,69,140). Sum of RGB (Red+Green+Blue) = 66+69+140=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 69 (27.34% from 255 or 25.09% 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 #42458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42458C is #BDBA73. Grayscale: #4B4B4B. Windows color (decimal): -12434036 or 9192770. OLE color: 9192770.
HSL color Cylindrical-coordinate representation of color #42458C: hue angle of 237.57º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42458C is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 69 | 140 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.45 |
| HSL | 237.57º | 0.36% | 0.4% | - |
| HSV(B) | 237.57º | 0.53% | 0.55% | - |
| XYZ | 9.11 | 7.31 | 25.74 | - |
| YUV | 76.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 140 | 0.53 | 0.51 | 0 | 0.45 | 237.57 | 0.36 | 0.4 |
| Hex | 42 | 45 | 8C | 35 | 33 | 0 | 2D | EE | 24 | 28 |
| Octal | 102 | 105 | 214 | 65 | 63 | 0 | 55 | 356 | 44 | 50 |
| Binary | 1000010 | 1000101 | 10001100 | 110101 | 110011 | 0 | 101101 | 11101110 | 100100 | 101000 |
Color Harmonies of #42458C
Complementary color
Monochromatic Colors of #42458C
Black with #42458C
Text Example
Text Example
White with #42458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42458C; }
p { color: rgb(66,69,140); }
H1.HeaderClassName
{
color: #42458C;
}
.AnyTagClassName
{
color: #42458C;
}
</style>
background-color css
<style>
a { background-color: #42458C; }
a { background-color: rgb(66,69,140); }
div.DivClassName
{
background-color: #42458C;
}
.BgClassName
{
background-color: #42458C;
}
</style>
border-color css
<style>
span { border-color: #42458C; }
span { border-color: rgb(66,69,140); }
td.TdClassName
{
border-color: #42458C;
}
.TagClassName
{
border-color: #42458C;
}
</style>