Shades of Jacksons Purple #364182
Tints of Jacksons Purple #364182
RGB
CMYK
RGB Variations
Color information
#364182 (or 0x364182) is known color: Jacksons Purple. HEX triplet: 36, 41 and 82. RGB value is (54,65,130). Sum of RGB (Red+Green+Blue) = 54+65+130=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #364182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364182 is #C9BE7D. Grayscale: #444444. Windows color (decimal): -13221502 or 8536374. OLE color: 8536374.
HSL color Cylindrical-coordinate representation of color #364182: hue angle of 231.32º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #364182 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 65 | 130 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.49 |
| HSL | 231.32º | 0.41% | 0.36% | - |
| HSV(B) | 231.32º | 0.58% | 0.51% | - |
| XYZ | 7.44 | 6.18 | 21.92 | - |
| YUV | 69.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 130 | 0.58 | 0.50 | 0 | 0.49 | 231.32 | 0.41 | 0.36 |
| Hex | 36 | 41 | 82 | 3A | 32 | 0 | 31 | E7 | 29 | 24 |
| Octal | 66 | 101 | 202 | 72 | 62 | 0 | 61 | 347 | 51 | 44 |
| Binary | 110110 | 1000001 | 10000010 | 111010 | 110010 | 0 | 110001 | 11100111 | 101001 | 100100 |
Color Harmonies of #364182
Complementary color
Monochromatic Colors of #364182
Black with #364182
Text Example
Text Example
White with #364182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364182; }
p { color: rgb(54,65,130); }
H1.HeaderClassName
{
color: #364182;
}
.AnyTagClassName
{
color: #364182;
}
</style>
background-color css
<style>
a { background-color: #364182; }
a { background-color: rgb(54,65,130); }
div.DivClassName
{
background-color: #364182;
}
.BgClassName
{
background-color: #364182;
}
</style>
border-color css
<style>
span { border-color: #364182; }
span { border-color: rgb(54,65,130); }
td.TdClassName
{
border-color: #364182;
}
.TagClassName
{
border-color: #364182;
}
</style>