Shades of Jacksons Purple #3C3F90
Tints of Jacksons Purple #3C3F90
RGB
CMYK
RGB Variations
Color information
#3C3F90 (or 0x3C3F90) is known color: Jacksons Purple. HEX triplet: 3C, 3F and 90. RGB value is (60,63,144). Sum of RGB (Red+Green+Blue) = 60+63+144=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C3F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3F90 is #C3C06F. Grayscale: #474747. Windows color (decimal): -12828784 or 9453372. OLE color: 9453372.
HSL color Cylindrical-coordinate representation of color #3C3F90: hue angle of 237.86º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C3F90 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 63 | 144 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.44 |
| HSL | 237.86º | 0.41% | 0.4% | - |
| HSV(B) | 237.86º | 0.58% | 0.56% | - |
| XYZ | 8.68 | 6.53 | 27.19 | - |
| YUV | 71.34 | 169.01 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 144 | 0.58 | 0.56 | 0 | 0.44 | 237.86 | 0.41 | 0.4 |
| Hex | 3C | 3F | 90 | 3A | 38 | 0 | 2C | EE | 29 | 28 |
| Octal | 74 | 77 | 220 | 72 | 70 | 0 | 54 | 356 | 51 | 50 |
| Binary | 111100 | 111111 | 10010000 | 111010 | 111000 | 0 | 101100 | 11101110 | 101001 | 101000 |
Color Harmonies of #3C3F90
Complementary color
Monochromatic Colors of #3C3F90
Black with #3C3F90
Text Example
Text Example
White with #3C3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3F90; }
p { color: rgb(60,63,144); }
H1.HeaderClassName
{
color: #3C3F90;
}
.AnyTagClassName
{
color: #3C3F90;
}
</style>
background-color css
<style>
a { background-color: #3C3F90; }
a { background-color: rgb(60,63,144); }
div.DivClassName
{
background-color: #3C3F90;
}
.BgClassName
{
background-color: #3C3F90;
}
</style>
border-color css
<style>
span { border-color: #3C3F90; }
span { border-color: rgb(60,63,144); }
td.TdClassName
{
border-color: #3C3F90;
}
.TagClassName
{
border-color: #3C3F90;
}
</style>