Shades of Jacarta #3D2E60
Tints of Jacarta #3D2E60
RGB
CMYK
RGB Variations
Color information
#3D2E60 (or 0x3D2E60) is known color: Jacarta. HEX triplet: 3D, 2E and 60. RGB value is (61,46,96). Sum of RGB (Red+Green+Blue) = 61+46+96=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D2E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2E60 is #C2D19F. Grayscale: #383838. Windows color (decimal): -12767648 or 6303293. OLE color: 6303293.
HSL color Cylindrical-coordinate representation of color #3D2E60: hue angle of 258º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D2E60 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 46 | 96 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.62 |
| HSL | 258º | 0.35% | 0.28% | - |
| HSV(B) | 258º | 0.52% | 0.38% | - |
| XYZ | 5.01 | 3.79 | 11.53 | - |
| YUV | 56.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 46 | 96 | 0.36 | 0.52 | 0 | 0.62 | 258 | 0.35 | 0.28 |
| Hex | 3D | 2E | 60 | 24 | 34 | 0 | 3E | 102 | 23 | 1C |
| Octal | 75 | 56 | 140 | 44 | 64 | 0 | 76 | 402 | 43 | 34 |
| Binary | 111101 | 101110 | 1100000 | 100100 | 110100 | 0 | 111110 | 100000010 | 100011 | 11100 |
Color Harmonies of #3D2E60
Complementary color
Monochromatic Colors of #3D2E60
Black with #3D2E60
Text Example
Text Example
White with #3D2E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2E60; }
p { color: rgb(61,46,96); }
H1.HeaderClassName
{
color: #3D2E60;
}
.AnyTagClassName
{
color: #3D2E60;
}
</style>
background-color css
<style>
a { background-color: #3D2E60; }
a { background-color: rgb(61,46,96); }
div.DivClassName
{
background-color: #3D2E60;
}
.BgClassName
{
background-color: #3D2E60;
}
</style>
border-color css
<style>
span { border-color: #3D2E60; }
span { border-color: rgb(61,46,96); }
td.TdClassName
{
border-color: #3D2E60;
}
.TagClassName
{
border-color: #3D2E60;
}
</style>