Shades of Jacksons Purple #43498D
Tints of Jacksons Purple #43498D
RGB
CMYK
RGB Variations
Color information
#43498D (or 0x43498D) is known color: Jacksons Purple. HEX triplet: 43, 49 and 8D. RGB value is (67,73,141). Sum of RGB (Red+Green+Blue) = 67+73+141=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #43498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43498D is #BCB672. Grayscale: #4E4E4E. Windows color (decimal): -12367475 or 9259331. OLE color: 9259331.
HSL color Cylindrical-coordinate representation of color #43498D: hue angle of 235.14º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43498D is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 73 | 141 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.45 |
| HSL | 235.14º | 0.36% | 0.41% | - |
| HSV(B) | 235.14º | 0.52% | 0.55% | - |
| XYZ | 9.51 | 7.88 | 26.22 | - |
| YUV | 78.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 141 | 0.52 | 0.48 | 0 | 0.45 | 235.14 | 0.36 | 0.41 |
| Hex | 43 | 49 | 8D | 34 | 30 | 0 | 2D | EB | 24 | 29 |
| Octal | 103 | 111 | 215 | 64 | 60 | 0 | 55 | 353 | 44 | 51 |
| Binary | 1000011 | 1001001 | 10001101 | 110100 | 110000 | 0 | 101101 | 11101011 | 100100 | 101001 |
Color Harmonies of #43498D
Complementary color
Monochromatic Colors of #43498D
Black with #43498D
Text Example
Text Example
White with #43498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43498D; }
p { color: rgb(67,73,141); }
H1.HeaderClassName
{
color: #43498D;
}
.AnyTagClassName
{
color: #43498D;
}
</style>
background-color css
<style>
a { background-color: #43498D; }
a { background-color: rgb(67,73,141); }
div.DivClassName
{
background-color: #43498D;
}
.BgClassName
{
background-color: #43498D;
}
</style>
border-color css
<style>
span { border-color: #43498D; }
span { border-color: rgb(67,73,141); }
td.TdClassName
{
border-color: #43498D;
}
.TagClassName
{
border-color: #43498D;
}
</style>