Shades of Jacksons Purple #424983
Tints of Jacksons Purple #424983
RGB
CMYK
RGB Variations
Color information
#424983 (or 0x424983) is known color: Jacksons Purple. HEX triplet: 42, 49 and 83. RGB value is (66,73,131). Sum of RGB (Red+Green+Blue) = 66+73+131=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #424983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424983 is #BDB67C. Grayscale: #4D4D4D. Windows color (decimal): -12433021 or 8603970. OLE color: 8603970.
HSL color Cylindrical-coordinate representation of color #424983: hue angle of 233.54º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #424983 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 73 | 131 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.49 |
| HSL | 233.54º | 0.33% | 0.39% | - |
| HSV(B) | 233.54º | 0.5% | 0.51% | - |
| XYZ | 8.73 | 7.56 | 22.47 | - |
| YUV | 77.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 131 | 0.50 | 0.44 | 0 | 0.49 | 233.54 | 0.33 | 0.39 |
| Hex | 42 | 49 | 83 | 32 | 2C | 0 | 31 | EA | 21 | 27 |
| Octal | 102 | 111 | 203 | 62 | 54 | 0 | 61 | 352 | 41 | 47 |
| Binary | 1000010 | 1001001 | 10000011 | 110010 | 101100 | 0 | 110001 | 11101010 | 100001 | 100111 |
Color Harmonies of #424983
Complementary color
Monochromatic Colors of #424983
Black with #424983
Text Example
Text Example
White with #424983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424983; }
p { color: rgb(66,73,131); }
H1.HeaderClassName
{
color: #424983;
}
.AnyTagClassName
{
color: #424983;
}
</style>
background-color css
<style>
a { background-color: #424983; }
a { background-color: rgb(66,73,131); }
div.DivClassName
{
background-color: #424983;
}
.BgClassName
{
background-color: #424983;
}
</style>
border-color css
<style>
span { border-color: #424983; }
span { border-color: rgb(66,73,131); }
td.TdClassName
{
border-color: #424983;
}
.TagClassName
{
border-color: #424983;
}
</style>