Shades of Jacksons Purple #43468D
Tints of Jacksons Purple #43468D
RGB
CMYK
RGB Variations
Color information
#43468D (or 0x43468D) is known color: Jacksons Purple. HEX triplet: 43, 46 and 8D. RGB value is (67,70,141). Sum of RGB (Red+Green+Blue) = 67+70+141=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #43468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43468D is #BCB972. Grayscale: #4C4C4C. Windows color (decimal): -12368243 or 9258563. OLE color: 9258563.
HSL color Cylindrical-coordinate representation of color #43468D: hue angle of 237.57º 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 #43468D is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 70 | 141 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.45 |
| HSL | 237.57º | 0.36% | 0.41% | - |
| HSV(B) | 237.57º | 0.52% | 0.55% | - |
| XYZ | 9.31 | 7.5 | 26.16 | - |
| YUV | 77.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 141 | 0.52 | 0.50 | 0 | 0.45 | 237.57 | 0.36 | 0.41 |
| Hex | 43 | 46 | 8D | 34 | 32 | 0 | 2D | EE | 24 | 29 |
| Octal | 103 | 106 | 215 | 64 | 62 | 0 | 55 | 356 | 44 | 51 |
| Binary | 1000011 | 1000110 | 10001101 | 110100 | 110010 | 0 | 101101 | 11101110 | 100100 | 101001 |
Color Harmonies of #43468D
Complementary color
Monochromatic Colors of #43468D
Black with #43468D
Text Example
Text Example
White with #43468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43468D; }
p { color: rgb(67,70,141); }
H1.HeaderClassName
{
color: #43468D;
}
.AnyTagClassName
{
color: #43468D;
}
</style>
background-color css
<style>
a { background-color: #43468D; }
a { background-color: rgb(67,70,141); }
div.DivClassName
{
background-color: #43468D;
}
.BgClassName
{
background-color: #43468D;
}
</style>
border-color css
<style>
span { border-color: #43468D; }
span { border-color: rgb(67,70,141); }
td.TdClassName
{
border-color: #43468D;
}
.TagClassName
{
border-color: #43468D;
}
</style>