Shades of Jacksons Purple #3B437B
Tints of Jacksons Purple #3B437B
RGB
CMYK
RGB Variations
Color information
#3B437B (or 0x3B437B) is known color: Jacksons Purple. HEX triplet: 3B, 43 and 7B. RGB value is (59,67,123). Sum of RGB (Red+Green+Blue) = 59+67+123=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B437B is #C4BC84. Grayscale: #464646. Windows color (decimal): -12893317 or 8078139. OLE color: 8078139.
HSL color Cylindrical-coordinate representation of color #3B437B: hue angle of 232.5º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B437B is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 67 | 123 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.52 |
| HSL | 232.5º | 0.35% | 0.36% | - |
| HSV(B) | 232.5º | 0.52% | 0.48% | - |
| XYZ | 7.39 | 6.37 | 19.58 | - |
| YUV | 70.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 123 | 0.52 | 0.46 | 0 | 0.52 | 232.5 | 0.35 | 0.36 |
| Hex | 3B | 43 | 7B | 34 | 2E | 0 | 34 | E8 | 23 | 24 |
| Octal | 73 | 103 | 173 | 64 | 56 | 0 | 64 | 350 | 43 | 44 |
| Binary | 111011 | 1000011 | 1111011 | 110100 | 101110 | 0 | 110100 | 11101000 | 100011 | 100100 |
Color Harmonies of #3B437B
Complementary color
Monochromatic Colors of #3B437B
Black with #3B437B
Text Example
Text Example
White with #3B437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B437B; }
p { color: rgb(59,67,123); }
H1.HeaderClassName
{
color: #3B437B;
}
.AnyTagClassName
{
color: #3B437B;
}
</style>
background-color css
<style>
a { background-color: #3B437B; }
a { background-color: rgb(59,67,123); }
div.DivClassName
{
background-color: #3B437B;
}
.BgClassName
{
background-color: #3B437B;
}
</style>
border-color css
<style>
span { border-color: #3B437B; }
span { border-color: rgb(59,67,123); }
td.TdClassName
{
border-color: #3B437B;
}
.TagClassName
{
border-color: #3B437B;
}
</style>