Shades of Jacksons Purple #434982
Tints of Jacksons Purple #434982
RGB
CMYK
RGB Variations
Color information
#434982 (or 0x434982) is known color: Jacksons Purple. HEX triplet: 43, 49 and 82. RGB value is (67,73,130). Sum of RGB (Red+Green+Blue) = 67+73+130=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #434982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434982 is #BCB67D. Grayscale: #4D4D4D. Windows color (decimal): -12367486 or 8538435. OLE color: 8538435.
HSL color Cylindrical-coordinate representation of color #434982: hue angle of 234.29º 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 #434982 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 73 | 130 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.49 |
| HSL | 234.29º | 0.32% | 0.39% | - |
| HSV(B) | 234.29º | 0.48% | 0.51% | - |
| XYZ | 8.73 | 7.57 | 22.12 | - |
| YUV | 77.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 130 | 0.48 | 0.44 | 0 | 0.49 | 234.29 | 0.32 | 0.39 |
| Hex | 43 | 49 | 82 | 30 | 2C | 0 | 31 | EA | 20 | 27 |
| Octal | 103 | 111 | 202 | 60 | 54 | 0 | 61 | 352 | 40 | 47 |
| Binary | 1000011 | 1001001 | 10000010 | 110000 | 101100 | 0 | 110001 | 11101010 | 100000 | 100111 |
Color Harmonies of #434982
Complementary color
Monochromatic Colors of #434982
Black with #434982
Text Example
Text Example
White with #434982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434982; }
p { color: rgb(67,73,130); }
H1.HeaderClassName
{
color: #434982;
}
.AnyTagClassName
{
color: #434982;
}
</style>
background-color css
<style>
a { background-color: #434982; }
a { background-color: rgb(67,73,130); }
div.DivClassName
{
background-color: #434982;
}
.BgClassName
{
background-color: #434982;
}
</style>
border-color css
<style>
span { border-color: #434982; }
span { border-color: rgb(67,73,130); }
td.TdClassName
{
border-color: #434982;
}
.TagClassName
{
border-color: #434982;
}
</style>