Shades of Jacksons Purple #464381
Tints of Jacksons Purple #464381
RGB
CMYK
RGB Variations
Color information
#464381 (or 0x464381) is known color: Jacksons Purple. HEX triplet: 46, 43 and 81. RGB value is (70,67,129). Sum of RGB (Red+Green+Blue) = 70+67+129=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #464381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464381 is #B9BC7E. Grayscale: #4A4A4A. Windows color (decimal): -12172415 or 8471366. OLE color: 8471366.
HSL color Cylindrical-coordinate representation of color #464381: hue angle of 242.9º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #464381 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 67 | 129 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.49 |
| HSL | 242.9º | 0.32% | 0.38% | - |
| HSV(B) | 242.9º | 0.48% | 0.51% | - |
| XYZ | 8.5 | 6.9 | 21.65 | - |
| YUV | 74.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 129 | 0.46 | 0.48 | 0 | 0.49 | 242.9 | 0.32 | 0.38 |
| Hex | 46 | 43 | 81 | 2E | 30 | 0 | 31 | F3 | 20 | 26 |
| Octal | 106 | 103 | 201 | 56 | 60 | 0 | 61 | 363 | 40 | 46 |
| Binary | 1000110 | 1000011 | 10000001 | 101110 | 110000 | 0 | 110001 | 11110011 | 100000 | 100110 |
Color Harmonies of #464381
Complementary color
Monochromatic Colors of #464381
Black with #464381
Text Example
Text Example
White with #464381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464381; }
p { color: rgb(70,67,129); }
H1.HeaderClassName
{
color: #464381;
}
.AnyTagClassName
{
color: #464381;
}
</style>
background-color css
<style>
a { background-color: #464381; }
a { background-color: rgb(70,67,129); }
div.DivClassName
{
background-color: #464381;
}
.BgClassName
{
background-color: #464381;
}
</style>
border-color css
<style>
span { border-color: #464381; }
span { border-color: rgb(70,67,129); }
td.TdClassName
{
border-color: #464381;
}
.TagClassName
{
border-color: #464381;
}
</style>