Shades of Jacarta #3D305E
Tints of Jacarta #3D305E
RGB
CMYK
RGB Variations
Color information
#3D305E (or 0x3D305E) is known color: Jacarta. HEX triplet: 3D, 30 and 5E. RGB value is (61,48,94). Sum of RGB (Red+Green+Blue) = 61+48+94=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #3D305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D305E is #C2CFA1. Grayscale: #383838. Windows color (decimal): -12767138 or 6172733. OLE color: 6172733.
HSL color Cylindrical-coordinate representation of color #3D305E: hue angle of 256.96º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D305E is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 61 | 48 | 94 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.63 |
| HSL | 256.96º | 0.32% | 0.28% | - |
| HSV(B) | 256.96º | 0.49% | 0.37% | - |
| XYZ | 5 | 3.91 | 11.08 | - |
| YUV | 57.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 94 | 0.35 | 0.49 | 0 | 0.63 | 256.96 | 0.32 | 0.28 |
| Hex | 3D | 30 | 5E | 23 | 31 | 0 | 3F | 101 | 20 | 1C |
| Octal | 75 | 60 | 136 | 43 | 61 | 0 | 77 | 401 | 40 | 34 |
| Binary | 111101 | 110000 | 1011110 | 100011 | 110001 | 0 | 111111 | 100000001 | 100000 | 11100 |
Color Harmonies of #3D305E
Complementary color
Monochromatic Colors of #3D305E
Black with #3D305E
Text Example
Text Example
White with #3D305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D305E; }
p { color: rgb(61,48,94); }
H1.HeaderClassName
{
color: #3D305E;
}
.AnyTagClassName
{
color: #3D305E;
}
</style>
background-color css
<style>
a { background-color: #3D305E; }
a { background-color: rgb(61,48,94); }
div.DivClassName
{
background-color: #3D305E;
}
.BgClassName
{
background-color: #3D305E;
}
</style>
border-color css
<style>
span { border-color: #3D305E; }
span { border-color: rgb(61,48,94); }
td.TdClassName
{
border-color: #3D305E;
}
.TagClassName
{
border-color: #3D305E;
}
</style>