Shades of Jacksons Purple #434782
Tints of Jacksons Purple #434782
RGB
CMYK
RGB Variations
Color information
#434782 (or 0x434782) is known color: Jacksons Purple. HEX triplet: 43, 47 and 82. RGB value is (67,71,130). Sum of RGB (Red+Green+Blue) = 67+71+130=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #434782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434782 is #BCB87D. Grayscale: #4C4C4C. Windows color (decimal): -12367998 or 8537923. OLE color: 8537923.
HSL color Cylindrical-coordinate representation of color #434782: hue angle of 236.19º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #434782 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 71 | 130 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.49 |
| HSL | 236.19º | 0.32% | 0.39% | - |
| HSV(B) | 236.19º | 0.48% | 0.51% | - |
| XYZ | 8.6 | 7.31 | 22.08 | - |
| YUV | 76.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 130 | 0.48 | 0.45 | 0 | 0.49 | 236.19 | 0.32 | 0.39 |
| Hex | 43 | 47 | 82 | 30 | 2D | 0 | 31 | EC | 20 | 27 |
| Octal | 103 | 107 | 202 | 60 | 55 | 0 | 61 | 354 | 40 | 47 |
| Binary | 1000011 | 1000111 | 10000010 | 110000 | 101101 | 0 | 110001 | 11101100 | 100000 | 100111 |
Color Harmonies of #434782
Complementary color
Monochromatic Colors of #434782
Black with #434782
Text Example
Text Example
White with #434782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434782; }
p { color: rgb(67,71,130); }
H1.HeaderClassName
{
color: #434782;
}
.AnyTagClassName
{
color: #434782;
}
</style>
background-color css
<style>
a { background-color: #434782; }
a { background-color: rgb(67,71,130); }
div.DivClassName
{
background-color: #434782;
}
.BgClassName
{
background-color: #434782;
}
</style>
border-color css
<style>
span { border-color: #434782; }
span { border-color: rgb(67,71,130); }
td.TdClassName
{
border-color: #434782;
}
.TagClassName
{
border-color: #434782;
}
</style>