Shades of Jacksons Purple #424180
Tints of Jacksons Purple #424180
RGB
CMYK
RGB Variations
Color information
#424180 (or 0x424180) is known color: Jacksons Purple. HEX triplet: 42, 41 and 80. RGB value is (66,65,128). Sum of RGB (Red+Green+Blue) = 66+65+128=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #424180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424180 is #BDBE7F. Grayscale: #484848. Windows color (decimal): -12435072 or 8405314. OLE color: 8405314.
HSL color Cylindrical-coordinate representation of color #424180: hue angle of 240.95º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #424180 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 65 | 128 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.50 |
| HSL | 240.95º | 0.33% | 0.38% | - |
| HSV(B) | 240.95º | 0.49% | 0.5% | - |
| XYZ | 8.03 | 6.5 | 21.25 | - |
| YUV | 72.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 128 | 0.48 | 0.49 | 0 | 0.50 | 240.95 | 0.33 | 0.38 |
| Hex | 42 | 41 | 80 | 30 | 31 | 0 | 32 | F1 | 21 | 26 |
| Octal | 102 | 101 | 200 | 60 | 61 | 0 | 62 | 361 | 41 | 46 |
| Binary | 1000010 | 1000001 | 10000000 | 110000 | 110001 | 0 | 110010 | 11110001 | 100001 | 100110 |
Color Harmonies of #424180
Complementary color
Monochromatic Colors of #424180
Black with #424180
Text Example
Text Example
White with #424180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424180; }
p { color: rgb(66,65,128); }
H1.HeaderClassName
{
color: #424180;
}
.AnyTagClassName
{
color: #424180;
}
</style>
background-color css
<style>
a { background-color: #424180; }
a { background-color: rgb(66,65,128); }
div.DivClassName
{
background-color: #424180;
}
.BgClassName
{
background-color: #424180;
}
</style>
border-color css
<style>
span { border-color: #424180; }
span { border-color: rgb(66,65,128); }
td.TdClassName
{
border-color: #424180;
}
.TagClassName
{
border-color: #424180;
}
</style>