Shades of Jacksons Purple #434A7D
Tints of Jacksons Purple #434A7D
RGB
CMYK
RGB Variations
Color information
#434A7D (or 0x434A7D) is known color: Jacksons Purple. HEX triplet: 43, 4A and 7D. RGB value is (67,74,125). Sum of RGB (Red+Green+Blue) = 67+74+125=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #434A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A7D is #BCB582. Grayscale: #4D4D4D. Windows color (decimal): -12367235 or 8211011. OLE color: 8211011.
HSL color Cylindrical-coordinate representation of color #434A7D: hue angle of 232.76º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #434A7D is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 74 | 125 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.51 |
| HSL | 232.76º | 0.3% | 0.38% | - |
| HSV(B) | 232.76º | 0.46% | 0.49% | - |
| XYZ | 8.47 | 7.57 | 20.42 | - |
| YUV | 77.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 125 | 0.46 | 0.41 | 0 | 0.51 | 232.76 | 0.3 | 0.38 |
| Hex | 43 | 4A | 7D | 2E | 29 | 0 | 33 | E9 | 1E | 26 |
| Octal | 103 | 112 | 175 | 56 | 51 | 0 | 63 | 351 | 36 | 46 |
| Binary | 1000011 | 1001010 | 1111101 | 101110 | 101001 | 0 | 110011 | 11101001 | 11110 | 100110 |
Color Harmonies of #434A7D
Complementary color
Monochromatic Colors of #434A7D
Black with #434A7D
Text Example
Text Example
White with #434A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A7D; }
p { color: rgb(67,74,125); }
H1.HeaderClassName
{
color: #434A7D;
}
.AnyTagClassName
{
color: #434A7D;
}
</style>
background-color css
<style>
a { background-color: #434A7D; }
a { background-color: rgb(67,74,125); }
div.DivClassName
{
background-color: #434A7D;
}
.BgClassName
{
background-color: #434A7D;
}
</style>
border-color css
<style>
span { border-color: #434A7D; }
span { border-color: rgb(67,74,125); }
td.TdClassName
{
border-color: #434A7D;
}
.TagClassName
{
border-color: #434A7D;
}
</style>