Shades of Jacksons Purple #3D337B
Tints of Jacksons Purple #3D337B
RGB
CMYK
RGB Variations
Color information
#3D337B (or 0x3D337B) is known color: Jacksons Purple. HEX triplet: 3D, 33 and 7B. RGB value is (61,51,123). Sum of RGB (Red+Green+Blue) = 61+51+123=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D337B is #C2CC84. Grayscale: #3D3D3D. Windows color (decimal): -12766341 or 8074045. OLE color: 8074045.
HSL color Cylindrical-coordinate representation of color #3D337B: hue angle of 248.33º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D337B is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 51 | 123 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.52 |
| HSL | 248.33º | 0.41% | 0.34% | - |
| HSV(B) | 248.33º | 0.59% | 0.48% | - |
| XYZ | 6.68 | 4.79 | 19.31 | - |
| YUV | 62.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 123 | 0.50 | 0.59 | 0 | 0.52 | 248.33 | 0.41 | 0.34 |
| Hex | 3D | 33 | 7B | 32 | 3B | 0 | 34 | F8 | 29 | 22 |
| Octal | 75 | 63 | 173 | 62 | 73 | 0 | 64 | 370 | 51 | 42 |
| Binary | 111101 | 110011 | 1111011 | 110010 | 111011 | 0 | 110100 | 11111000 | 101001 | 100010 |
Color Harmonies of #3D337B
Complementary color
Monochromatic Colors of #3D337B
Black with #3D337B
Text Example
Text Example
White with #3D337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D337B; }
p { color: rgb(61,51,123); }
H1.HeaderClassName
{
color: #3D337B;
}
.AnyTagClassName
{
color: #3D337B;
}
</style>
background-color css
<style>
a { background-color: #3D337B; }
a { background-color: rgb(61,51,123); }
div.DivClassName
{
background-color: #3D337B;
}
.BgClassName
{
background-color: #3D337B;
}
</style>
border-color css
<style>
span { border-color: #3D337B; }
span { border-color: rgb(61,51,123); }
td.TdClassName
{
border-color: #3D337B;
}
.TagClassName
{
border-color: #3D337B;
}
</style>