Shades of Jacksons Purple #434B88
Tints of Jacksons Purple #434B88
RGB
CMYK
RGB Variations
Color information
#434B88 (or 0x434B88) is known color: Jacksons Purple. HEX triplet: 43, 4B and 88. RGB value is (67,75,136). Sum of RGB (Red+Green+Blue) = 67+75+136=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #434B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B88 is #BCB477. Grayscale: #4F4F4F. Windows color (decimal): -12366968 or 8932163. OLE color: 8932163.
HSL color Cylindrical-coordinate representation of color #434B88: hue angle of 233.04º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #434B88 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 75 | 136 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.47 |
| HSL | 233.04º | 0.34% | 0.4% | - |
| HSV(B) | 233.04º | 0.51% | 0.53% | - |
| XYZ | 9.27 | 8 | 24.35 | - |
| YUV | 79.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 136 | 0.51 | 0.45 | 0 | 0.47 | 233.04 | 0.34 | 0.4 |
| Hex | 43 | 4B | 88 | 33 | 2D | 0 | 2F | E9 | 22 | 28 |
| Octal | 103 | 113 | 210 | 63 | 55 | 0 | 57 | 351 | 42 | 50 |
| Binary | 1000011 | 1001011 | 10001000 | 110011 | 101101 | 0 | 101111 | 11101001 | 100010 | 101000 |
Color Harmonies of #434B88
Complementary color
Monochromatic Colors of #434B88
Black with #434B88
Text Example
Text Example
White with #434B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B88; }
p { color: rgb(67,75,136); }
H1.HeaderClassName
{
color: #434B88;
}
.AnyTagClassName
{
color: #434B88;
}
</style>
background-color css
<style>
a { background-color: #434B88; }
a { background-color: rgb(67,75,136); }
div.DivClassName
{
background-color: #434B88;
}
.BgClassName
{
background-color: #434B88;
}
</style>
border-color css
<style>
span { border-color: #434B88; }
span { border-color: rgb(67,75,136); }
td.TdClassName
{
border-color: #434B88;
}
.TagClassName
{
border-color: #434B88;
}
</style>