Shades of Jacarta #3C2D5C
Tints of Jacarta #3C2D5C
RGB
CMYK
RGB Variations
Color information
#3C2D5C (or 0x3C2D5C) is known color: Jacarta. HEX triplet: 3C, 2D and 5C. RGB value is (60,45,92). Sum of RGB (Red+Green+Blue) = 60+45+92=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C2D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2D5C is #C3D2A3. Grayscale: #363636. Windows color (decimal): -12833444 or 6040892. OLE color: 6040892.
HSL color Cylindrical-coordinate representation of color #3C2D5C: hue angle of 259.15º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C2D5C is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 45 | 92 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.64 |
| HSL | 259.15º | 0.34% | 0.27% | - |
| HSV(B) | 259.15º | 0.51% | 0.36% | - |
| XYZ | 4.73 | 3.61 | 10.57 | - |
| YUV | 54.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 92 | 0.35 | 0.51 | 0 | 0.64 | 259.15 | 0.34 | 0.27 |
| Hex | 3C | 2D | 5C | 23 | 33 | 0 | 40 | 103 | 22 | 1B |
| Octal | 74 | 55 | 134 | 43 | 63 | 0 | 100 | 403 | 42 | 33 |
| Binary | 111100 | 101101 | 1011100 | 100011 | 110011 | 0 | 1000000 | 100000011 | 100010 | 11011 |
Color Harmonies of #3C2D5C
Complementary color
Monochromatic Colors of #3C2D5C
Black with #3C2D5C
Text Example
Text Example
White with #3C2D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D5C; }
p { color: rgb(60,45,92); }
H1.HeaderClassName
{
color: #3C2D5C;
}
.AnyTagClassName
{
color: #3C2D5C;
}
</style>
background-color css
<style>
a { background-color: #3C2D5C; }
a { background-color: rgb(60,45,92); }
div.DivClassName
{
background-color: #3C2D5C;
}
.BgClassName
{
background-color: #3C2D5C;
}
</style>
border-color css
<style>
span { border-color: #3C2D5C; }
span { border-color: rgb(60,45,92); }
td.TdClassName
{
border-color: #3C2D5C;
}
.TagClassName
{
border-color: #3C2D5C;
}
</style>