Shades of Jacksons Purple #434485
Tints of Jacksons Purple #434485
RGB
CMYK
RGB Variations
Color information
#434485 (or 0x434485) is known color: Jacksons Purple. HEX triplet: 43, 44 and 85. RGB value is (67,68,133). Sum of RGB (Red+Green+Blue) = 67+68+133=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #434485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434485 is #BCBB7A. Grayscale: #4A4A4A. Windows color (decimal): -12368763 or 8733763. OLE color: 8733763.
HSL color Cylindrical-coordinate representation of color #434485: hue angle of 239.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #434485 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 68 | 133 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.48 |
| HSL | 239.09º | 0.33% | 0.39% | - |
| HSV(B) | 239.09º | 0.5% | 0.52% | - |
| XYZ | 8.62 | 7.02 | 23.09 | - |
| YUV | 75.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 133 | 0.50 | 0.49 | 0 | 0.48 | 239.09 | 0.33 | 0.39 |
| Hex | 43 | 44 | 85 | 32 | 31 | 0 | 30 | EF | 21 | 27 |
| Octal | 103 | 104 | 205 | 62 | 61 | 0 | 60 | 357 | 41 | 47 |
| Binary | 1000011 | 1000100 | 10000101 | 110010 | 110001 | 0 | 110000 | 11101111 | 100001 | 100111 |
Color Harmonies of #434485
Complementary color
Monochromatic Colors of #434485
Black with #434485
Text Example
Text Example
White with #434485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434485; }
p { color: rgb(67,68,133); }
H1.HeaderClassName
{
color: #434485;
}
.AnyTagClassName
{
color: #434485;
}
</style>
background-color css
<style>
a { background-color: #434485; }
a { background-color: rgb(67,68,133); }
div.DivClassName
{
background-color: #434485;
}
.BgClassName
{
background-color: #434485;
}
</style>
border-color css
<style>
span { border-color: #434485; }
span { border-color: rgb(67,68,133); }
td.TdClassName
{
border-color: #434485;
}
.TagClassName
{
border-color: #434485;
}
</style>