Shades of Jacarta #3D325C
Tints of Jacarta #3D325C
RGB
CMYK
RGB Variations
Color information
#3D325C (or 0x3D325C) is known color: Jacarta. HEX triplet: 3D, 32 and 5C. RGB value is (61,50,92). Sum of RGB (Red+Green+Blue) = 61+50+92=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #3D325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D325C is #C2CDA3. Grayscale: #393939. Windows color (decimal): -12766628 or 6042173. OLE color: 6042173.
HSL color Cylindrical-coordinate representation of color #3D325C: hue angle of 255.71º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D325C is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 50 | 92 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.64 |
| HSL | 255.71º | 0.3% | 0.28% | - |
| HSV(B) | 255.71º | 0.46% | 0.36% | - |
| XYZ | 5 | 4.05 | 10.64 | - |
| YUV | 58.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 92 | 0.34 | 0.46 | 0 | 0.64 | 255.71 | 0.3 | 0.28 |
| Hex | 3D | 32 | 5C | 22 | 2E | 0 | 40 | 100 | 1E | 1C |
| Octal | 75 | 62 | 134 | 42 | 56 | 0 | 100 | 400 | 36 | 34 |
| Binary | 111101 | 110010 | 1011100 | 100010 | 101110 | 0 | 1000000 | 100000000 | 11110 | 11100 |
Color Harmonies of #3D325C
Complementary color
Monochromatic Colors of #3D325C
Black with #3D325C
Text Example
Text Example
White with #3D325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D325C; }
p { color: rgb(61,50,92); }
H1.HeaderClassName
{
color: #3D325C;
}
.AnyTagClassName
{
color: #3D325C;
}
</style>
background-color css
<style>
a { background-color: #3D325C; }
a { background-color: rgb(61,50,92); }
div.DivClassName
{
background-color: #3D325C;
}
.BgClassName
{
background-color: #3D325C;
}
</style>
border-color css
<style>
span { border-color: #3D325C; }
span { border-color: rgb(61,50,92); }
td.TdClassName
{
border-color: #3D325C;
}
.TagClassName
{
border-color: #3D325C;
}
</style>