Shades of Jacksons Purple #3B447B
Tints of Jacksons Purple #3B447B
RGB
CMYK
RGB Variations
Color information
#3B447B (or 0x3B447B) is known color: Jacksons Purple. HEX triplet: 3B, 44 and 7B. RGB value is (59,68,123). Sum of RGB (Red+Green+Blue) = 59+68+123=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B447B is #C4BB84. Grayscale: #474747. Windows color (decimal): -12893061 or 8078395. OLE color: 8078395.
HSL color Cylindrical-coordinate representation of color #3B447B: hue angle of 231.56º 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 #3B447B is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 68 | 123 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.52 |
| HSL | 231.56º | 0.35% | 0.36% | - |
| HSV(B) | 231.56º | 0.52% | 0.48% | - |
| XYZ | 7.45 | 6.49 | 19.6 | - |
| YUV | 71.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 123 | 0.52 | 0.45 | 0 | 0.52 | 231.56 | 0.35 | 0.36 |
| Hex | 3B | 44 | 7B | 34 | 2D | 0 | 34 | E8 | 23 | 24 |
| Octal | 73 | 104 | 173 | 64 | 55 | 0 | 64 | 350 | 43 | 44 |
| Binary | 111011 | 1000100 | 1111011 | 110100 | 101101 | 0 | 110100 | 11101000 | 100011 | 100100 |
Color Harmonies of #3B447B
Complementary color
Monochromatic Colors of #3B447B
Black with #3B447B
Text Example
Text Example
White with #3B447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B447B; }
p { color: rgb(59,68,123); }
H1.HeaderClassName
{
color: #3B447B;
}
.AnyTagClassName
{
color: #3B447B;
}
</style>
background-color css
<style>
a { background-color: #3B447B; }
a { background-color: rgb(59,68,123); }
div.DivClassName
{
background-color: #3B447B;
}
.BgClassName
{
background-color: #3B447B;
}
</style>
border-color css
<style>
span { border-color: #3B447B; }
span { border-color: rgb(59,68,123); }
td.TdClassName
{
border-color: #3B447B;
}
.TagClassName
{
border-color: #3B447B;
}
</style>