Shades of Jacksons Purple #2C3098
Tints of Jacksons Purple #2C3098
RGB
CMYK
RGB Variations
Color information
#2C3098 (or 0x2C3098) is known color: Jacksons Purple. HEX triplet: 2C, 30 and 98. RGB value is (44,48,152). Sum of RGB (Red+Green+Blue) = 44+48+152=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #2C3098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3098 is #D3CF67. Grayscale: #3A3A3A. Windows color (decimal): -13881192 or 9973804. OLE color: 9973804.
HSL color Cylindrical-coordinate representation of color #2C3098: hue angle of 237.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C3098 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 48 | 152 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.40 |
| HSL | 237.78º | 0.55% | 0.38% | - |
| HSV(B) | 237.78º | 0.71% | 0.6% | - |
| XYZ | 7.76 | 4.92 | 30.25 | - |
| YUV | 58.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 152 | 0.71 | 0.68 | 0 | 0.40 | 237.78 | 0.55 | 0.38 |
| Hex | 2C | 30 | 98 | 47 | 44 | 0 | 28 | EE | 37 | 26 |
| Octal | 54 | 60 | 230 | 107 | 104 | 0 | 50 | 356 | 67 | 46 |
| Binary | 101100 | 110000 | 10011000 | 1000111 | 1000100 | 0 | 101000 | 11101110 | 110111 | 100110 |
Color Harmonies of #2C3098
Complementary color
Monochromatic Colors of #2C3098
Black with #2C3098
Text Example
Text Example
White with #2C3098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3098; }
p { color: rgb(44,48,152); }
H1.HeaderClassName
{
color: #2C3098;
}
.AnyTagClassName
{
color: #2C3098;
}
</style>
background-color css
<style>
a { background-color: #2C3098; }
a { background-color: rgb(44,48,152); }
div.DivClassName
{
background-color: #2C3098;
}
.BgClassName
{
background-color: #2C3098;
}
</style>
border-color css
<style>
span { border-color: #2C3098; }
span { border-color: rgb(44,48,152); }
td.TdClassName
{
border-color: #2C3098;
}
.TagClassName
{
border-color: #2C3098;
}
</style>