Shades of Jacksons Purple #3C337B
Tints of Jacksons Purple #3C337B
RGB
CMYK
RGB Variations
Color information
#3C337B (or 0x3C337B) is known color: Jacksons Purple. HEX triplet: 3C, 33 and 7B. RGB value is (60,51,123). Sum of RGB (Red+Green+Blue) = 60+51+123=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C337B is #C3CC84. Grayscale: #3D3D3D. Windows color (decimal): -12831877 or 8074044. OLE color: 8074044.
HSL color Cylindrical-coordinate representation of color #3C337B: hue angle of 247.5º 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 #3C337B is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 51 | 123 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.52 |
| HSL | 247.5º | 0.41% | 0.34% | - |
| HSV(B) | 247.5º | 0.59% | 0.48% | - |
| XYZ | 6.62 | 4.76 | 19.31 | - |
| YUV | 61.9 | 162.48 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 123 | 0.51 | 0.59 | 0 | 0.52 | 247.5 | 0.41 | 0.34 |
| Hex | 3C | 33 | 7B | 33 | 3B | 0 | 34 | F8 | 29 | 22 |
| Octal | 74 | 63 | 173 | 63 | 73 | 0 | 64 | 370 | 51 | 42 |
| Binary | 111100 | 110011 | 1111011 | 110011 | 111011 | 0 | 110100 | 11111000 | 101001 | 100010 |
Color Harmonies of #3C337B
Complementary color
Monochromatic Colors of #3C337B
Black with #3C337B
Text Example
Text Example
White with #3C337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C337B; }
p { color: rgb(60,51,123); }
H1.HeaderClassName
{
color: #3C337B;
}
.AnyTagClassName
{
color: #3C337B;
}
</style>
background-color css
<style>
a { background-color: #3C337B; }
a { background-color: rgb(60,51,123); }
div.DivClassName
{
background-color: #3C337B;
}
.BgClassName
{
background-color: #3C337B;
}
</style>
border-color css
<style>
span { border-color: #3C337B; }
span { border-color: rgb(60,51,123); }
td.TdClassName
{
border-color: #3C337B;
}
.TagClassName
{
border-color: #3C337B;
}
</style>