Shades of Jacksons Purple #2C308B
Tints of Jacksons Purple #2C308B
RGB
CMYK
RGB Variations
Color information
#2C308B (or 0x2C308B) is known color: Jacksons Purple. HEX triplet: 2C, 30 and 8B. RGB value is (44,48,139). Sum of RGB (Red+Green+Blue) = 44+48+139=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C308B is #D3CF74. Grayscale: #383838. Windows color (decimal): -13881205 or 9121836. OLE color: 9121836.
HSL color Cylindrical-coordinate representation of color #2C308B: hue angle of 237.47º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C308B is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 48 | 139 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.45 |
| HSL | 237.47º | 0.52% | 0.36% | - |
| HSV(B) | 237.47º | 0.68% | 0.55% | - |
| XYZ | 6.76 | 4.51 | 24.94 | - |
| YUV | 57.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 139 | 0.68 | 0.65 | 0 | 0.45 | 237.47 | 0.52 | 0.36 |
| Hex | 2C | 30 | 8B | 44 | 41 | 0 | 2D | ED | 34 | 24 |
| Octal | 54 | 60 | 213 | 104 | 101 | 0 | 55 | 355 | 64 | 44 |
| Binary | 101100 | 110000 | 10001011 | 1000100 | 1000001 | 0 | 101101 | 11101101 | 110100 | 100100 |
Color Harmonies of #2C308B
Complementary color
Monochromatic Colors of #2C308B
Black with #2C308B
Text Example
Text Example
White with #2C308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C308B; }
p { color: rgb(44,48,139); }
H1.HeaderClassName
{
color: #2C308B;
}
.AnyTagClassName
{
color: #2C308B;
}
</style>
background-color css
<style>
a { background-color: #2C308B; }
a { background-color: rgb(44,48,139); }
div.DivClassName
{
background-color: #2C308B;
}
.BgClassName
{
background-color: #2C308B;
}
</style>
border-color css
<style>
span { border-color: #2C308B; }
span { border-color: rgb(44,48,139); }
td.TdClassName
{
border-color: #2C308B;
}
.TagClassName
{
border-color: #2C308B;
}
</style>