Shades of Jacksons Purple #333C95
Tints of Jacksons Purple #333C95
RGB
CMYK
RGB Variations
Color information
#333C95 (or 0x333C95) is known color: Jacksons Purple. HEX triplet: 33, 3C and 95. RGB value is (51,60,149). Sum of RGB (Red+Green+Blue) = 51+60+149=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #333C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C95 is #CCC36A. Grayscale: #434343. Windows color (decimal): -13419371 or 9780275. OLE color: 9780275.
HSL color Cylindrical-coordinate representation of color #333C95: hue angle of 234.49º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #333C95 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 60 | 149 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.42 |
| HSL | 234.49º | 0.49% | 0.39% | - |
| HSV(B) | 234.49º | 0.66% | 0.58% | - |
| XYZ | 8.41 | 6.11 | 29.17 | - |
| YUV | 67.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 149 | 0.66 | 0.60 | 0 | 0.42 | 234.49 | 0.49 | 0.39 |
| Hex | 33 | 3C | 95 | 42 | 3C | 0 | 2A | EA | 31 | 27 |
| Octal | 63 | 74 | 225 | 102 | 74 | 0 | 52 | 352 | 61 | 47 |
| Binary | 110011 | 111100 | 10010101 | 1000010 | 111100 | 0 | 101010 | 11101010 | 110001 | 100111 |
Color Harmonies of #333C95
Complementary color
Monochromatic Colors of #333C95
Black with #333C95
Text Example
Text Example
White with #333C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C95; }
p { color: rgb(51,60,149); }
H1.HeaderClassName
{
color: #333C95;
}
.AnyTagClassName
{
color: #333C95;
}
</style>
background-color css
<style>
a { background-color: #333C95; }
a { background-color: rgb(51,60,149); }
div.DivClassName
{
background-color: #333C95;
}
.BgClassName
{
background-color: #333C95;
}
</style>
border-color css
<style>
span { border-color: #333C95; }
span { border-color: rgb(51,60,149); }
td.TdClassName
{
border-color: #333C95;
}
.TagClassName
{
border-color: #333C95;
}
</style>