Shades of Jacksons Purple #434880
Tints of Jacksons Purple #434880
RGB
CMYK
RGB Variations
Color information
#434880 (or 0x434880) is known color: Jacksons Purple. HEX triplet: 43, 48 and 80. RGB value is (67,72,128). Sum of RGB (Red+Green+Blue) = 67+72+128=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #434880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434880 is #BCB77F. Grayscale: #4C4C4C. Windows color (decimal): -12367744 or 8407107. OLE color: 8407107.
HSL color Cylindrical-coordinate representation of color #434880: hue angle of 235.08º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #434880 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 72 | 128 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.50 |
| HSL | 235.08º | 0.31% | 0.38% | - |
| HSV(B) | 235.08º | 0.48% | 0.5% | - |
| XYZ | 8.53 | 7.39 | 21.4 | - |
| YUV | 76.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 128 | 0.48 | 0.44 | 0 | 0.50 | 235.08 | 0.31 | 0.38 |
| Hex | 43 | 48 | 80 | 30 | 2C | 0 | 32 | EB | 1F | 26 |
| Octal | 103 | 110 | 200 | 60 | 54 | 0 | 62 | 353 | 37 | 46 |
| Binary | 1000011 | 1001000 | 10000000 | 110000 | 101100 | 0 | 110010 | 11101011 | 11111 | 100110 |
Color Harmonies of #434880
Complementary color
Monochromatic Colors of #434880
Black with #434880
Text Example
Text Example
White with #434880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434880; }
p { color: rgb(67,72,128); }
H1.HeaderClassName
{
color: #434880;
}
.AnyTagClassName
{
color: #434880;
}
</style>
background-color css
<style>
a { background-color: #434880; }
a { background-color: rgb(67,72,128); }
div.DivClassName
{
background-color: #434880;
}
.BgClassName
{
background-color: #434880;
}
</style>
border-color css
<style>
span { border-color: #434880; }
span { border-color: rgb(67,72,128); }
td.TdClassName
{
border-color: #434880;
}
.TagClassName
{
border-color: #434880;
}
</style>