Shades of Jacksons Purple #43498B
Tints of Jacksons Purple #43498B
RGB
CMYK
RGB Variations
Color information
#43498B (or 0x43498B) is known color: Jacksons Purple. HEX triplet: 43, 49 and 8B. RGB value is (67,73,139). Sum of RGB (Red+Green+Blue) = 67+73+139=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #43498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43498B is #BCB674. Grayscale: #4E4E4E. Windows color (decimal): -12367477 or 9128259. OLE color: 9128259.
HSL color Cylindrical-coordinate representation of color #43498B: hue angle of 235º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43498B is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 73 | 139 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.45 |
| HSL | 235º | 0.35% | 0.4% | - |
| HSV(B) | 235º | 0.52% | 0.55% | - |
| XYZ | 9.36 | 7.82 | 25.44 | - |
| YUV | 78.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 139 | 0.52 | 0.47 | 0 | 0.45 | 235 | 0.35 | 0.4 |
| Hex | 43 | 49 | 8B | 34 | 2F | 0 | 2D | EB | 23 | 28 |
| Octal | 103 | 111 | 213 | 64 | 57 | 0 | 55 | 353 | 43 | 50 |
| Binary | 1000011 | 1001001 | 10001011 | 110100 | 101111 | 0 | 101101 | 11101011 | 100011 | 101000 |
Color Harmonies of #43498B
Complementary color
Monochromatic Colors of #43498B
Black with #43498B
Text Example
Text Example
White with #43498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43498B; }
p { color: rgb(67,73,139); }
H1.HeaderClassName
{
color: #43498B;
}
.AnyTagClassName
{
color: #43498B;
}
</style>
background-color css
<style>
a { background-color: #43498B; }
a { background-color: rgb(67,73,139); }
div.DivClassName
{
background-color: #43498B;
}
.BgClassName
{
background-color: #43498B;
}
</style>
border-color css
<style>
span { border-color: #43498B; }
span { border-color: rgb(67,73,139); }
td.TdClassName
{
border-color: #43498B;
}
.TagClassName
{
border-color: #43498B;
}
</style>