Shades of Jacksons Purple #434978
Tints of Jacksons Purple #434978
RGB
CMYK
RGB Variations
Color information
#434978 (or 0x434978) is known color: Jacksons Purple. HEX triplet: 43, 49 and 78. RGB value is (67,73,120). Sum of RGB (Red+Green+Blue) = 67+73+120=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #434978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434978 is #BCB687. Grayscale: #4C4C4C. Windows color (decimal): -12367496 or 7883075. OLE color: 7883075.
HSL color Cylindrical-coordinate representation of color #434978: hue angle of 233.21º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #434978 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 73 | 120 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.53 |
| HSL | 233.21º | 0.28% | 0.37% | - |
| HSV(B) | 233.21º | 0.44% | 0.47% | - |
| XYZ | 8.09 | 7.31 | 18.75 | - |
| YUV | 76.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 120 | 0.44 | 0.39 | 0 | 0.53 | 233.21 | 0.28 | 0.37 |
| Hex | 43 | 49 | 78 | 2C | 27 | 0 | 35 | E9 | 1C | 25 |
| Octal | 103 | 111 | 170 | 54 | 47 | 0 | 65 | 351 | 34 | 45 |
| Binary | 1000011 | 1001001 | 1111000 | 101100 | 100111 | 0 | 110101 | 11101001 | 11100 | 100101 |
Color Harmonies of #434978
Complementary color
Monochromatic Colors of #434978
Black with #434978
Text Example
Text Example
White with #434978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434978; }
p { color: rgb(67,73,120); }
H1.HeaderClassName
{
color: #434978;
}
.AnyTagClassName
{
color: #434978;
}
</style>
background-color css
<style>
a { background-color: #434978; }
a { background-color: rgb(67,73,120); }
div.DivClassName
{
background-color: #434978;
}
.BgClassName
{
background-color: #434978;
}
</style>
border-color css
<style>
span { border-color: #434978; }
span { border-color: rgb(67,73,120); }
td.TdClassName
{
border-color: #434978;
}
.TagClassName
{
border-color: #434978;
}
</style>