Shades of Jacksons Purple #3B408C
Tints of Jacksons Purple #3B408C
RGB
CMYK
RGB Variations
Color information
#3B408C (or 0x3B408C) is known color: Jacksons Purple. HEX triplet: 3B, 40 and 8C. RGB value is (59,64,140). Sum of RGB (Red+Green+Blue) = 59+64+140=263 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.43% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B408C is #C4BF73. Grayscale: #464646. Windows color (decimal): -12894068 or 9191483. OLE color: 9191483.
HSL color Cylindrical-coordinate representation of color #3B408C: hue angle of 236.3º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B408C is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 64 | 140 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.45 |
| HSL | 236.3º | 0.41% | 0.39% | - |
| HSV(B) | 236.3º | 0.58% | 0.55% | - |
| XYZ | 8.37 | 6.49 | 25.62 | - |
| YUV | 71.17 | 166.84 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 64 | 140 | 0.58 | 0.54 | 0 | 0.45 | 236.3 | 0.41 | 0.39 |
| Hex | 3B | 40 | 8C | 3A | 36 | 0 | 2D | EC | 29 | 27 |
| Octal | 73 | 100 | 214 | 72 | 66 | 0 | 55 | 354 | 51 | 47 |
| Binary | 111011 | 1000000 | 10001100 | 111010 | 110110 | 0 | 101101 | 11101100 | 101001 | 100111 |
Color Harmonies of #3B408C
Complementary color
Monochromatic Colors of #3B408C
Black with #3B408C
Text Example
Text Example
White with #3B408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B408C; }
p { color: rgb(59,64,140); }
H1.HeaderClassName
{
color: #3B408C;
}
.AnyTagClassName
{
color: #3B408C;
}
</style>
background-color css
<style>
a { background-color: #3B408C; }
a { background-color: rgb(59,64,140); }
div.DivClassName
{
background-color: #3B408C;
}
.BgClassName
{
background-color: #3B408C;
}
</style>
border-color css
<style>
span { border-color: #3B408C; }
span { border-color: rgb(59,64,140); }
td.TdClassName
{
border-color: #3B408C;
}
.TagClassName
{
border-color: #3B408C;
}
</style>