Shades of Jacksons Purple #362F7A
Tints of Jacksons Purple #362F7A
RGB
CMYK
RGB Variations
Color information
#362F7A (or 0x362F7A) is known color: Jacksons Purple. HEX triplet: 36, 2F and 7A. RGB value is (54,47,122). Sum of RGB (Red+Green+Blue) = 54+47+122=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #362F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362F7A is #C9D085. Grayscale: #393939. Windows color (decimal): -13226118 or 8007478. OLE color: 8007478.
HSL color Cylindrical-coordinate representation of color #362F7A: hue angle of 245.6º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #362F7A is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 47 | 122 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.52 |
| HSL | 245.6º | 0.44% | 0.33% | - |
| HSV(B) | 245.6º | 0.61% | 0.48% | - |
| XYZ | 6.05 | 4.22 | 18.91 | - |
| YUV | 57.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 122 | 0.56 | 0.61 | 0 | 0.52 | 245.6 | 0.44 | 0.33 |
| Hex | 36 | 2F | 7A | 38 | 3D | 0 | 34 | F6 | 2C | 21 |
| Octal | 66 | 57 | 172 | 70 | 75 | 0 | 64 | 366 | 54 | 41 |
| Binary | 110110 | 101111 | 1111010 | 111000 | 111101 | 0 | 110100 | 11110110 | 101100 | 100001 |
Color Harmonies of #362F7A
Complementary color
Monochromatic Colors of #362F7A
Black with #362F7A
Text Example
Text Example
White with #362F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F7A; }
p { color: rgb(54,47,122); }
H1.HeaderClassName
{
color: #362F7A;
}
.AnyTagClassName
{
color: #362F7A;
}
</style>
background-color css
<style>
a { background-color: #362F7A; }
a { background-color: rgb(54,47,122); }
div.DivClassName
{
background-color: #362F7A;
}
.BgClassName
{
background-color: #362F7A;
}
</style>
border-color css
<style>
span { border-color: #362F7A; }
span { border-color: rgb(54,47,122); }
td.TdClassName
{
border-color: #362F7A;
}
.TagClassName
{
border-color: #362F7A;
}
</style>