Shades of Jacarta #3D2C63
Tints of Jacarta #3D2C63
RGB
CMYK
RGB Variations
Color information
#3D2C63 (or 0x3D2C63) is known color: Jacarta. HEX triplet: 3D, 2C and 63. RGB value is (61,44,99). Sum of RGB (Red+Green+Blue) = 61+44+99=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D2C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2C63 is #C2D39C. Grayscale: #373737. Windows color (decimal): -12768157 or 6499389. OLE color: 6499389.
HSL color Cylindrical-coordinate representation of color #3D2C63: hue angle of 258.55º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D2C63 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 44 | 99 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.61 |
| HSL | 258.55º | 0.38% | 0.28% | - |
| HSV(B) | 258.55º | 0.56% | 0.39% | - |
| XYZ | 5.08 | 3.69 | 12.25 | - |
| YUV | 55.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 99 | 0.38 | 0.56 | 0 | 0.61 | 258.55 | 0.38 | 0.28 |
| Hex | 3D | 2C | 63 | 26 | 38 | 0 | 3D | 103 | 26 | 1C |
| Octal | 75 | 54 | 143 | 46 | 70 | 0 | 75 | 403 | 46 | 34 |
| Binary | 111101 | 101100 | 1100011 | 100110 | 111000 | 0 | 111101 | 100000011 | 100110 | 11100 |
Color Harmonies of #3D2C63
Complementary color
Monochromatic Colors of #3D2C63
Black with #3D2C63
Text Example
Text Example
White with #3D2C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C63; }
p { color: rgb(61,44,99); }
H1.HeaderClassName
{
color: #3D2C63;
}
.AnyTagClassName
{
color: #3D2C63;
}
</style>
background-color css
<style>
a { background-color: #3D2C63; }
a { background-color: rgb(61,44,99); }
div.DivClassName
{
background-color: #3D2C63;
}
.BgClassName
{
background-color: #3D2C63;
}
</style>
border-color css
<style>
span { border-color: #3D2C63; }
span { border-color: rgb(61,44,99); }
td.TdClassName
{
border-color: #3D2C63;
}
.TagClassName
{
border-color: #3D2C63;
}
</style>