Shades of Jacksons Purple #374187
Tints of Jacksons Purple #374187
RGB
CMYK
RGB Variations
Color information
#374187 (or 0x374187) is known color: Jacksons Purple. HEX triplet: 37, 41 and 87. RGB value is (55,65,135). Sum of RGB (Red+Green+Blue) = 55+65+135=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #374187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374187 is #C8BE78. Grayscale: #454545. Windows color (decimal): -13155961 or 8864055. OLE color: 8864055.
HSL color Cylindrical-coordinate representation of color #374187: hue angle of 232.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374187 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 65 | 135 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.47 |
| HSL | 232.5º | 0.42% | 0.37% | - |
| HSV(B) | 232.5º | 0.59% | 0.53% | - |
| XYZ | 7.84 | 6.34 | 23.73 | - |
| YUV | 69.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 135 | 0.59 | 0.52 | 0 | 0.47 | 232.5 | 0.42 | 0.37 |
| Hex | 37 | 41 | 87 | 3B | 34 | 0 | 2F | E8 | 2A | 25 |
| Octal | 67 | 101 | 207 | 73 | 64 | 0 | 57 | 350 | 52 | 45 |
| Binary | 110111 | 1000001 | 10000111 | 111011 | 110100 | 0 | 101111 | 11101000 | 101010 | 100101 |
Color Harmonies of #374187
Complementary color
Monochromatic Colors of #374187
Black with #374187
Text Example
Text Example
White with #374187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374187; }
p { color: rgb(55,65,135); }
H1.HeaderClassName
{
color: #374187;
}
.AnyTagClassName
{
color: #374187;
}
</style>
background-color css
<style>
a { background-color: #374187; }
a { background-color: rgb(55,65,135); }
div.DivClassName
{
background-color: #374187;
}
.BgClassName
{
background-color: #374187;
}
</style>
border-color css
<style>
span { border-color: #374187; }
span { border-color: rgb(55,65,135); }
td.TdClassName
{
border-color: #374187;
}
.TagClassName
{
border-color: #374187;
}
</style>