Shades of Jacksons Purple #434584
Tints of Jacksons Purple #434584
RGB
CMYK
RGB Variations
Color information
#434584 (or 0x434584) is known color: Jacksons Purple. HEX triplet: 43, 45 and 84. RGB value is (67,69,132). Sum of RGB (Red+Green+Blue) = 67+69+132=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #434584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434584 is #BCBA7B. Grayscale: #4B4B4B. Windows color (decimal): -12368508 or 8668483. OLE color: 8668483.
HSL color Cylindrical-coordinate representation of color #434584: hue angle of 238.15º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #434584 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 69 | 132 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.48 |
| HSL | 238.15º | 0.33% | 0.39% | - |
| HSV(B) | 238.15º | 0.49% | 0.52% | - |
| XYZ | 8.61 | 7.12 | 22.75 | - |
| YUV | 75.58 | 159.84 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 132 | 0.49 | 0.48 | 0 | 0.48 | 238.15 | 0.33 | 0.39 |
| Hex | 43 | 45 | 84 | 31 | 30 | 0 | 30 | EE | 21 | 27 |
| Octal | 103 | 105 | 204 | 61 | 60 | 0 | 60 | 356 | 41 | 47 |
| Binary | 1000011 | 1000101 | 10000100 | 110001 | 110000 | 0 | 110000 | 11101110 | 100001 | 100111 |
Color Harmonies of #434584
Complementary color
Monochromatic Colors of #434584
Black with #434584
Text Example
Text Example
White with #434584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434584; }
p { color: rgb(67,69,132); }
H1.HeaderClassName
{
color: #434584;
}
.AnyTagClassName
{
color: #434584;
}
</style>
background-color css
<style>
a { background-color: #434584; }
a { background-color: rgb(67,69,132); }
div.DivClassName
{
background-color: #434584;
}
.BgClassName
{
background-color: #434584;
}
</style>
border-color css
<style>
span { border-color: #434584; }
span { border-color: rgb(67,69,132); }
td.TdClassName
{
border-color: #434584;
}
.TagClassName
{
border-color: #434584;
}
</style>