Shades of Jacksons Purple #434B7D
Tints of Jacksons Purple #434B7D
RGB
CMYK
RGB Variations
Color information
#434B7D (or 0x434B7D) is known color: Jacksons Purple. HEX triplet: 43, 4B and 7D. RGB value is (67,75,125). Sum of RGB (Red+Green+Blue) = 67+75+125=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #434B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B7D is #BCB482. Grayscale: #4E4E4E. Windows color (decimal): -12366979 or 8211267. OLE color: 8211267.
HSL color Cylindrical-coordinate representation of color #434B7D: hue angle of 231.72º 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 #434B7D is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 75 | 125 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.51 |
| HSL | 231.72º | 0.3% | 0.38% | - |
| HSV(B) | 231.72º | 0.46% | 0.49% | - |
| XYZ | 8.53 | 7.71 | 20.44 | - |
| YUV | 78.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 125 | 0.46 | 0.40 | 0 | 0.51 | 231.72 | 0.3 | 0.38 |
| Hex | 43 | 4B | 7D | 2E | 28 | 0 | 33 | E8 | 1E | 26 |
| Octal | 103 | 113 | 175 | 56 | 50 | 0 | 63 | 350 | 36 | 46 |
| Binary | 1000011 | 1001011 | 1111101 | 101110 | 101000 | 0 | 110011 | 11101000 | 11110 | 100110 |
Color Harmonies of #434B7D
Complementary color
Monochromatic Colors of #434B7D
Black with #434B7D
Text Example
Text Example
White with #434B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B7D; }
p { color: rgb(67,75,125); }
H1.HeaderClassName
{
color: #434B7D;
}
.AnyTagClassName
{
color: #434B7D;
}
</style>
background-color css
<style>
a { background-color: #434B7D; }
a { background-color: rgb(67,75,125); }
div.DivClassName
{
background-color: #434B7D;
}
.BgClassName
{
background-color: #434B7D;
}
</style>
border-color css
<style>
span { border-color: #434B7D; }
span { border-color: rgb(67,75,125); }
td.TdClassName
{
border-color: #434B7D;
}
.TagClassName
{
border-color: #434B7D;
}
</style>