Shades of Jacksons Purple #374186
Tints of Jacksons Purple #374186
RGB
CMYK
RGB Variations
Color information
#374186 (or 0x374186) is known color: Jacksons Purple. HEX triplet: 37, 41 and 86. RGB value is (55,65,134). Sum of RGB (Red+Green+Blue) = 55+65+134=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #374186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374186 is #C8BE79. Grayscale: #454545. Windows color (decimal): -13155962 or 8798519. OLE color: 8798519.
HSL color Cylindrical-coordinate representation of color #374186: hue angle of 232.41º 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 #374186 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 65 | 134 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.47 |
| HSL | 232.41º | 0.42% | 0.37% | - |
| HSV(B) | 232.41º | 0.59% | 0.53% | - |
| XYZ | 7.77 | 6.31 | 23.36 | - |
| YUV | 69.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 134 | 0.59 | 0.51 | 0 | 0.47 | 232.41 | 0.42 | 0.37 |
| Hex | 37 | 41 | 86 | 3B | 33 | 0 | 2F | E8 | 2A | 25 |
| Octal | 67 | 101 | 206 | 73 | 63 | 0 | 57 | 350 | 52 | 45 |
| Binary | 110111 | 1000001 | 10000110 | 111011 | 110011 | 0 | 101111 | 11101000 | 101010 | 100101 |
Color Harmonies of #374186
Complementary color
Monochromatic Colors of #374186
Black with #374186
Text Example
Text Example
White with #374186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374186; }
p { color: rgb(55,65,134); }
H1.HeaderClassName
{
color: #374186;
}
.AnyTagClassName
{
color: #374186;
}
</style>
background-color css
<style>
a { background-color: #374186; }
a { background-color: rgb(55,65,134); }
div.DivClassName
{
background-color: #374186;
}
.BgClassName
{
background-color: #374186;
}
</style>
border-color css
<style>
span { border-color: #374186; }
span { border-color: rgb(55,65,134); }
td.TdClassName
{
border-color: #374186;
}
.TagClassName
{
border-color: #374186;
}
</style>