Shades of Jacksons Purple #374385
Tints of Jacksons Purple #374385
RGB
CMYK
RGB Variations
Color information
#374385 (or 0x374385) is known color: Jacksons Purple. HEX triplet: 37, 43 and 85. RGB value is (55,67,133). Sum of RGB (Red+Green+Blue) = 55+67+133=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #374385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374385 is #C8BC7A. Grayscale: #464646. Windows color (decimal): -13155451 or 8733495. OLE color: 8733495.
HSL color Cylindrical-coordinate representation of color #374385: hue angle of 230.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374385 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 67 | 133 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.48 |
| HSL | 230.77º | 0.41% | 0.37% | - |
| HSV(B) | 230.77º | 0.59% | 0.52% | - |
| XYZ | 7.82 | 6.52 | 23.04 | - |
| YUV | 70.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 133 | 0.59 | 0.50 | 0 | 0.48 | 230.77 | 0.41 | 0.37 |
| Hex | 37 | 43 | 85 | 3B | 32 | 0 | 30 | E7 | 29 | 25 |
| Octal | 67 | 103 | 205 | 73 | 62 | 0 | 60 | 347 | 51 | 45 |
| Binary | 110111 | 1000011 | 10000101 | 111011 | 110010 | 0 | 110000 | 11100111 | 101001 | 100101 |
Color Harmonies of #374385
Complementary color
Monochromatic Colors of #374385
Black with #374385
Text Example
Text Example
White with #374385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374385; }
p { color: rgb(55,67,133); }
H1.HeaderClassName
{
color: #374385;
}
.AnyTagClassName
{
color: #374385;
}
</style>
background-color css
<style>
a { background-color: #374385; }
a { background-color: rgb(55,67,133); }
div.DivClassName
{
background-color: #374385;
}
.BgClassName
{
background-color: #374385;
}
</style>
border-color css
<style>
span { border-color: #374385; }
span { border-color: rgb(55,67,133); }
td.TdClassName
{
border-color: #374385;
}
.TagClassName
{
border-color: #374385;
}
</style>