Shades of Jacksons Purple #434B83
Tints of Jacksons Purple #434B83
RGB
CMYK
RGB Variations
Color information
#434B83 (or 0x434B83) is known color: Jacksons Purple. HEX triplet: 43, 4B and 83. RGB value is (67,75,131). Sum of RGB (Red+Green+Blue) = 67+75+131=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #434B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B83 is #BCB47C. Grayscale: #4E4E4E. Windows color (decimal): -12366973 or 8604483. OLE color: 8604483.
HSL color Cylindrical-coordinate representation of color #434B83: hue angle of 232.5º 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 #434B83 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 75 | 131 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.49 |
| HSL | 232.5º | 0.32% | 0.39% | - |
| HSV(B) | 232.5º | 0.49% | 0.51% | - |
| XYZ | 8.93 | 7.86 | 22.52 | - |
| YUV | 78.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 131 | 0.49 | 0.43 | 0 | 0.49 | 232.5 | 0.32 | 0.39 |
| Hex | 43 | 4B | 83 | 31 | 2B | 0 | 31 | E8 | 20 | 27 |
| Octal | 103 | 113 | 203 | 61 | 53 | 0 | 61 | 350 | 40 | 47 |
| Binary | 1000011 | 1001011 | 10000011 | 110001 | 101011 | 0 | 110001 | 11101000 | 100000 | 100111 |
Color Harmonies of #434B83
Complementary color
Monochromatic Colors of #434B83
Black with #434B83
Text Example
Text Example
White with #434B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B83; }
p { color: rgb(67,75,131); }
H1.HeaderClassName
{
color: #434B83;
}
.AnyTagClassName
{
color: #434B83;
}
</style>
background-color css
<style>
a { background-color: #434B83; }
a { background-color: rgb(67,75,131); }
div.DivClassName
{
background-color: #434B83;
}
.BgClassName
{
background-color: #434B83;
}
</style>
border-color css
<style>
span { border-color: #434B83; }
span { border-color: rgb(67,75,131); }
td.TdClassName
{
border-color: #434B83;
}
.TagClassName
{
border-color: #434B83;
}
</style>