Shades of Jacksons Purple #423F85
Tints of Jacksons Purple #423F85
RGB
CMYK
RGB Variations
Color information
#423F85 (or 0x423F85) is known color: Jacksons Purple. HEX triplet: 42, 3F and 85. RGB value is (66,63,133). Sum of RGB (Red+Green+Blue) = 66+63+133=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #423F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423F85 is #BDC07A. Grayscale: #474747. Windows color (decimal): -12435579 or 8732482. OLE color: 8732482.
HSL color Cylindrical-coordinate representation of color #423F85: hue angle of 242.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #423F85 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 63 | 133 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.48 |
| HSL | 242.57º | 0.36% | 0.38% | - |
| HSV(B) | 242.57º | 0.53% | 0.52% | - |
| XYZ | 8.26 | 6.41 | 22.99 | - |
| YUV | 71.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 133 | 0.50 | 0.53 | 0 | 0.48 | 242.57 | 0.36 | 0.38 |
| Hex | 42 | 3F | 85 | 32 | 35 | 0 | 30 | F3 | 24 | 26 |
| Octal | 102 | 77 | 205 | 62 | 65 | 0 | 60 | 363 | 44 | 46 |
| Binary | 1000010 | 111111 | 10000101 | 110010 | 110101 | 0 | 110000 | 11110011 | 100100 | 100110 |
Color Harmonies of #423F85
Complementary color
Monochromatic Colors of #423F85
Black with #423F85
Text Example
Text Example
White with #423F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F85; }
p { color: rgb(66,63,133); }
H1.HeaderClassName
{
color: #423F85;
}
.AnyTagClassName
{
color: #423F85;
}
</style>
background-color css
<style>
a { background-color: #423F85; }
a { background-color: rgb(66,63,133); }
div.DivClassName
{
background-color: #423F85;
}
.BgClassName
{
background-color: #423F85;
}
</style>
border-color css
<style>
span { border-color: #423F85; }
span { border-color: rgb(66,63,133); }
td.TdClassName
{
border-color: #423F85;
}
.TagClassName
{
border-color: #423F85;
}
</style>