Shades of Jacksons Purple #423D80
Tints of Jacksons Purple #423D80
RGB
CMYK
RGB Variations
Color information
#423D80 (or 0x423D80) is known color: Jacksons Purple. HEX triplet: 42, 3D and 80. RGB value is (66,61,128). Sum of RGB (Red+Green+Blue) = 66+61+128=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #423D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423D80 is #BDC27F. Grayscale: #454545. Windows color (decimal): -12436096 or 8404290. OLE color: 8404290.
HSL color Cylindrical-coordinate representation of color #423D80: hue angle of 244.48º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #423D80 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 61 | 128 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.50 |
| HSL | 244.48º | 0.35% | 0.37% | - |
| HSV(B) | 244.48º | 0.52% | 0.5% | - |
| XYZ | 7.81 | 6.05 | 21.18 | - |
| YUV | 70.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 128 | 0.48 | 0.52 | 0 | 0.50 | 244.48 | 0.35 | 0.37 |
| Hex | 42 | 3D | 80 | 30 | 34 | 0 | 32 | F4 | 23 | 25 |
| Octal | 102 | 75 | 200 | 60 | 64 | 0 | 62 | 364 | 43 | 45 |
| Binary | 1000010 | 111101 | 10000000 | 110000 | 110100 | 0 | 110010 | 11110100 | 100011 | 100101 |
Color Harmonies of #423D80
Complementary color
Monochromatic Colors of #423D80
Black with #423D80
Text Example
Text Example
White with #423D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D80; }
p { color: rgb(66,61,128); }
H1.HeaderClassName
{
color: #423D80;
}
.AnyTagClassName
{
color: #423D80;
}
</style>
background-color css
<style>
a { background-color: #423D80; }
a { background-color: rgb(66,61,128); }
div.DivClassName
{
background-color: #423D80;
}
.BgClassName
{
background-color: #423D80;
}
</style>
border-color css
<style>
span { border-color: #423D80; }
span { border-color: rgb(66,61,128); }
td.TdClassName
{
border-color: #423D80;
}
.TagClassName
{
border-color: #423D80;
}
</style>