Shades of Jacarta #3C315E
Tints of Jacarta #3C315E
RGB
CMYK
RGB Variations
Color information
#3C315E (or 0x3C315E) is known color: Jacarta. HEX triplet: 3C, 31 and 5E. RGB value is (60,49,94). Sum of RGB (Red+Green+Blue) = 60+49+94=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C315E is #C3CEA1. Grayscale: #393939. Windows color (decimal): -12832418 or 6172988. OLE color: 6172988.
HSL color Cylindrical-coordinate representation of color #3C315E: hue angle of 254.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C315E is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 49 | 94 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.63 |
| HSL | 254.67º | 0.31% | 0.28% | - |
| HSV(B) | 254.67º | 0.48% | 0.37% | - |
| XYZ | 4.98 | 3.97 | 11.09 | - |
| YUV | 57.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 94 | 0.36 | 0.48 | 0 | 0.63 | 254.67 | 0.31 | 0.28 |
| Hex | 3C | 31 | 5E | 24 | 30 | 0 | 3F | FF | 1F | 1C |
| Octal | 74 | 61 | 136 | 44 | 60 | 0 | 77 | 377 | 37 | 34 |
| Binary | 111100 | 110001 | 1011110 | 100100 | 110000 | 0 | 111111 | 11111111 | 11111 | 11100 |
Color Harmonies of #3C315E
Complementary color
Monochromatic Colors of #3C315E
Black with #3C315E
Text Example
Text Example
White with #3C315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C315E; }
p { color: rgb(60,49,94); }
H1.HeaderClassName
{
color: #3C315E;
}
.AnyTagClassName
{
color: #3C315E;
}
</style>
background-color css
<style>
a { background-color: #3C315E; }
a { background-color: rgb(60,49,94); }
div.DivClassName
{
background-color: #3C315E;
}
.BgClassName
{
background-color: #3C315E;
}
</style>
border-color css
<style>
span { border-color: #3C315E; }
span { border-color: rgb(60,49,94); }
td.TdClassName
{
border-color: #3C315E;
}
.TagClassName
{
border-color: #3C315E;
}
</style>