Shades of Jacksons Purple #434883
Tints of Jacksons Purple #434883
RGB
CMYK
RGB Variations
Color information
#434883 (or 0x434883) is known color: Jacksons Purple. HEX triplet: 43, 48 and 83. RGB value is (67,72,131). Sum of RGB (Red+Green+Blue) = 67+72+131=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #434883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434883 is #BCB77C. Grayscale: #4C4C4C. Windows color (decimal): -12367741 or 8603715. OLE color: 8603715.
HSL color Cylindrical-coordinate representation of color #434883: hue angle of 235.31º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #434883 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 72 | 131 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.49 |
| HSL | 235.31º | 0.32% | 0.39% | - |
| HSV(B) | 235.31º | 0.49% | 0.51% | - |
| XYZ | 8.73 | 7.47 | 22.45 | - |
| YUV | 77.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 131 | 0.49 | 0.45 | 0 | 0.49 | 235.31 | 0.32 | 0.39 |
| Hex | 43 | 48 | 83 | 31 | 2D | 0 | 31 | EB | 20 | 27 |
| Octal | 103 | 110 | 203 | 61 | 55 | 0 | 61 | 353 | 40 | 47 |
| Binary | 1000011 | 1001000 | 10000011 | 110001 | 101101 | 0 | 110001 | 11101011 | 100000 | 100111 |
Color Harmonies of #434883
Complementary color
Monochromatic Colors of #434883
Black with #434883
Text Example
Text Example
White with #434883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434883; }
p { color: rgb(67,72,131); }
H1.HeaderClassName
{
color: #434883;
}
.AnyTagClassName
{
color: #434883;
}
</style>
background-color css
<style>
a { background-color: #434883; }
a { background-color: rgb(67,72,131); }
div.DivClassName
{
background-color: #434883;
}
.BgClassName
{
background-color: #434883;
}
</style>
border-color css
<style>
span { border-color: #434883; }
span { border-color: rgb(67,72,131); }
td.TdClassName
{
border-color: #434883;
}
.TagClassName
{
border-color: #434883;
}
</style>