Shades of Jacksons Purple #434282
Tints of Jacksons Purple #434282
RGB
CMYK
RGB Variations
Color information
#434282 (or 0x434282) is known color: Jacksons Purple. HEX triplet: 43, 42 and 82. RGB value is (67,66,130). Sum of RGB (Red+Green+Blue) = 67+66+130=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #434282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434282 is #BCBD7D. Grayscale: #494949. Windows color (decimal): -12369278 or 8536643. OLE color: 8536643.
HSL color Cylindrical-coordinate representation of color #434282: hue angle of 240.94º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #434282 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 66 | 130 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.49 |
| HSL | 240.94º | 0.33% | 0.38% | - |
| HSV(B) | 240.94º | 0.49% | 0.51% | - |
| XYZ | 8.29 | 6.7 | 21.98 | - |
| YUV | 73.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 130 | 0.48 | 0.49 | 0 | 0.49 | 240.94 | 0.33 | 0.38 |
| Hex | 43 | 42 | 82 | 30 | 31 | 0 | 31 | F1 | 21 | 26 |
| Octal | 103 | 102 | 202 | 60 | 61 | 0 | 61 | 361 | 41 | 46 |
| Binary | 1000011 | 1000010 | 10000010 | 110000 | 110001 | 0 | 110001 | 11110001 | 100001 | 100110 |
Color Harmonies of #434282
Complementary color
Monochromatic Colors of #434282
Black with #434282
Text Example
Text Example
White with #434282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434282; }
p { color: rgb(67,66,130); }
H1.HeaderClassName
{
color: #434282;
}
.AnyTagClassName
{
color: #434282;
}
</style>
background-color css
<style>
a { background-color: #434282; }
a { background-color: rgb(67,66,130); }
div.DivClassName
{
background-color: #434282;
}
.BgClassName
{
background-color: #434282;
}
</style>
border-color css
<style>
span { border-color: #434282; }
span { border-color: rgb(67,66,130); }
td.TdClassName
{
border-color: #434282;
}
.TagClassName
{
border-color: #434282;
}
</style>