Shades of Jacarta #3C315C
Tints of Jacarta #3C315C
RGB
CMYK
RGB Variations
Color information
#3C315C (or 0x3C315C) is known color: Jacarta. HEX triplet: 3C, 31 and 5C. RGB value is (60,49,92). Sum of RGB (Red+Green+Blue) = 60+49+92=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C315C is #C3CEA3. Grayscale: #393939. Windows color (decimal): -12832420 or 6041916. OLE color: 6041916.
HSL color Cylindrical-coordinate representation of color #3C315C: hue angle of 255.35º degrees, saturation: 0.3, 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 #3C315C is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 49 | 92 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.64 |
| HSL | 255.35º | 0.3% | 0.28% | - |
| HSV(B) | 255.35º | 0.47% | 0.36% | - |
| XYZ | 4.89 | 3.93 | 10.63 | - |
| YUV | 57.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 92 | 0.35 | 0.47 | 0 | 0.64 | 255.35 | 0.3 | 0.28 |
| Hex | 3C | 31 | 5C | 23 | 2F | 0 | 40 | FF | 1E | 1C |
| Octal | 74 | 61 | 134 | 43 | 57 | 0 | 100 | 377 | 36 | 34 |
| Binary | 111100 | 110001 | 1011100 | 100011 | 101111 | 0 | 1000000 | 11111111 | 11110 | 11100 |
Color Harmonies of #3C315C
Complementary color
Monochromatic Colors of #3C315C
Black with #3C315C
Text Example
Text Example
White with #3C315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C315C; }
p { color: rgb(60,49,92); }
H1.HeaderClassName
{
color: #3C315C;
}
.AnyTagClassName
{
color: #3C315C;
}
</style>
background-color css
<style>
a { background-color: #3C315C; }
a { background-color: rgb(60,49,92); }
div.DivClassName
{
background-color: #3C315C;
}
.BgClassName
{
background-color: #3C315C;
}
</style>
border-color css
<style>
span { border-color: #3C315C; }
span { border-color: rgb(60,49,92); }
td.TdClassName
{
border-color: #3C315C;
}
.TagClassName
{
border-color: #3C315C;
}
</style>