Shades of Jacarta #3C315D
Tints of Jacarta #3C315D
RGB
CMYK
RGB Variations
Color information
#3C315D (or 0x3C315D) is known color: Jacarta. HEX triplet: 3C, 31 and 5D. RGB value is (60,49,93). Sum of RGB (Red+Green+Blue) = 60+49+93=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C315D is #C3CEA2. Grayscale: #393939. Windows color (decimal): -12832419 or 6107452. OLE color: 6107452.
HSL color Cylindrical-coordinate representation of color #3C315D: hue angle of 255º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C315D is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 49 | 93 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.64 |
| HSL | 255º | 0.31% | 0.28% | - |
| HSV(B) | 255º | 0.47% | 0.36% | - |
| XYZ | 4.94 | 3.95 | 10.86 | - |
| YUV | 57.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 93 | 0.35 | 0.47 | 0 | 0.64 | 255 | 0.31 | 0.28 |
| Hex | 3C | 31 | 5D | 23 | 2F | 0 | 40 | FF | 1F | 1C |
| Octal | 74 | 61 | 135 | 43 | 57 | 0 | 100 | 377 | 37 | 34 |
| Binary | 111100 | 110001 | 1011101 | 100011 | 101111 | 0 | 1000000 | 11111111 | 11111 | 11100 |
Color Harmonies of #3C315D
Complementary color
Monochromatic Colors of #3C315D
Black with #3C315D
Text Example
Text Example
White with #3C315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C315D; }
p { color: rgb(60,49,93); }
H1.HeaderClassName
{
color: #3C315D;
}
.AnyTagClassName
{
color: #3C315D;
}
</style>
background-color css
<style>
a { background-color: #3C315D; }
a { background-color: rgb(60,49,93); }
div.DivClassName
{
background-color: #3C315D;
}
.BgClassName
{
background-color: #3C315D;
}
</style>
border-color css
<style>
span { border-color: #3C315D; }
span { border-color: rgb(60,49,93); }
td.TdClassName
{
border-color: #3C315D;
}
.TagClassName
{
border-color: #3C315D;
}
</style>