Shades of Jacarta #3C315B
Tints of Jacarta #3C315B
RGB
CMYK
RGB Variations
Color information
#3C315B (or 0x3C315B) is known color: Jacarta. HEX triplet: 3C, 31 and 5B. RGB value is (60,49,91). Sum of RGB (Red+Green+Blue) = 60+49+91=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C315B is #C3CEA4. Grayscale: #383838. Windows color (decimal): -12832421 or 5976380. OLE color: 5976380.
HSL color Cylindrical-coordinate representation of color #3C315B: hue angle of 255.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C315B is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 49 | 91 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.64 |
| HSL | 255.71º | 0.3% | 0.27% | - |
| HSV(B) | 255.71º | 0.46% | 0.36% | - |
| XYZ | 4.85 | 3.91 | 10.4 | - |
| YUV | 57.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 91 | 0.34 | 0.46 | 0 | 0.64 | 255.71 | 0.3 | 0.27 |
| Hex | 3C | 31 | 5B | 22 | 2E | 0 | 40 | 100 | 1E | 1B |
| Octal | 74 | 61 | 133 | 42 | 56 | 0 | 100 | 400 | 36 | 33 |
| Binary | 111100 | 110001 | 1011011 | 100010 | 101110 | 0 | 1000000 | 100000000 | 11110 | 11011 |
Color Harmonies of #3C315B
Complementary color
Monochromatic Colors of #3C315B
Black with #3C315B
Text Example
Text Example
White with #3C315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C315B; }
p { color: rgb(60,49,91); }
H1.HeaderClassName
{
color: #3C315B;
}
.AnyTagClassName
{
color: #3C315B;
}
</style>
background-color css
<style>
a { background-color: #3C315B; }
a { background-color: rgb(60,49,91); }
div.DivClassName
{
background-color: #3C315B;
}
.BgClassName
{
background-color: #3C315B;
}
</style>
border-color css
<style>
span { border-color: #3C315B; }
span { border-color: rgb(60,49,91); }
td.TdClassName
{
border-color: #3C315B;
}
.TagClassName
{
border-color: #3C315B;
}
</style>