Shades of Jacarta #3D3161
Tints of Jacarta #3D3161
RGB
CMYK
RGB Variations
Color information
#3D3161 (or 0x3D3161) is known color: Jacarta. HEX triplet: 3D, 31 and 61. RGB value is (61,49,97). Sum of RGB (Red+Green+Blue) = 61+49+97=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D3161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3161 is #C2CE9E. Grayscale: #393939. Windows color (decimal): -12766879 or 6369597. OLE color: 6369597.
HSL color Cylindrical-coordinate representation of color #3D3161: hue angle of 255º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D3161 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 49 | 97 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.62 |
| HSL | 255º | 0.33% | 0.29% | - |
| HSV(B) | 255º | 0.49% | 0.38% | - |
| XYZ | 5.18 | 4.05 | 11.82 | - |
| YUV | 58.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 97 | 0.37 | 0.49 | 0 | 0.62 | 255 | 0.33 | 0.29 |
| Hex | 3D | 31 | 61 | 25 | 31 | 0 | 3E | FF | 21 | 1D |
| Octal | 75 | 61 | 141 | 45 | 61 | 0 | 76 | 377 | 41 | 35 |
| Binary | 111101 | 110001 | 1100001 | 100101 | 110001 | 0 | 111110 | 11111111 | 100001 | 11101 |
Color Harmonies of #3D3161
Complementary color
Monochromatic Colors of #3D3161
Black with #3D3161
Text Example
Text Example
White with #3D3161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3161; }
p { color: rgb(61,49,97); }
H1.HeaderClassName
{
color: #3D3161;
}
.AnyTagClassName
{
color: #3D3161;
}
</style>
background-color css
<style>
a { background-color: #3D3161; }
a { background-color: rgb(61,49,97); }
div.DivClassName
{
background-color: #3D3161;
}
.BgClassName
{
background-color: #3D3161;
}
</style>
border-color css
<style>
span { border-color: #3D3161; }
span { border-color: rgb(61,49,97); }
td.TdClassName
{
border-color: #3D3161;
}
.TagClassName
{
border-color: #3D3161;
}
</style>