Shades of Jacksons Purple #374188
Tints of Jacksons Purple #374188
RGB
CMYK
RGB Variations
Color information
#374188 (or 0x374188) is known color: Jacksons Purple. HEX triplet: 37, 41 and 88. RGB value is (55,65,136). Sum of RGB (Red+Green+Blue) = 55+65+136=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #374188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374188 is #C8BE77. Grayscale: #454545. Windows color (decimal): -13155960 or 8929591. OLE color: 8929591.
HSL color Cylindrical-coordinate representation of color #374188: hue angle of 232.59º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #374188 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 65 | 136 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.47 |
| HSL | 232.59º | 0.42% | 0.37% | - |
| HSV(B) | 232.59º | 0.6% | 0.53% | - |
| XYZ | 7.91 | 6.37 | 24.11 | - |
| YUV | 70.1 | 165.19 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 136 | 0.60 | 0.52 | 0 | 0.47 | 232.59 | 0.42 | 0.37 |
| Hex | 37 | 41 | 88 | 3C | 34 | 0 | 2F | E9 | 2A | 25 |
| Octal | 67 | 101 | 210 | 74 | 64 | 0 | 57 | 351 | 52 | 45 |
| Binary | 110111 | 1000001 | 10001000 | 111100 | 110100 | 0 | 101111 | 11101001 | 101010 | 100101 |
Color Harmonies of #374188
Complementary color
Monochromatic Colors of #374188
Black with #374188
Text Example
Text Example
White with #374188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374188; }
p { color: rgb(55,65,136); }
H1.HeaderClassName
{
color: #374188;
}
.AnyTagClassName
{
color: #374188;
}
</style>
background-color css
<style>
a { background-color: #374188; }
a { background-color: rgb(55,65,136); }
div.DivClassName
{
background-color: #374188;
}
.BgClassName
{
background-color: #374188;
}
</style>
border-color css
<style>
span { border-color: #374188; }
span { border-color: rgb(55,65,136); }
td.TdClassName
{
border-color: #374188;
}
.TagClassName
{
border-color: #374188;
}
</style>