Shades of Jacarta #3A335D
Tints of Jacarta #3A335D
RGB
CMYK
RGB Variations
Color information
#3A335D (or 0x3A335D) is known color: Jacarta. HEX triplet: 3A, 33 and 5D. RGB value is (58,51,93). Sum of RGB (Red+Green+Blue) = 58+51+93=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A335D is #C5CCA2. Grayscale: #393939. Windows color (decimal): -12962979 or 6107962. OLE color: 6107962.
HSL color Cylindrical-coordinate representation of color #3A335D: hue angle of 250º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A335D is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 51 | 93 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.64 |
| HSL | 250º | 0.29% | 0.28% | - |
| HSV(B) | 250º | 0.45% | 0.36% | - |
| XYZ | 4.9 | 4.06 | 10.88 | - |
| YUV | 57.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 93 | 0.38 | 0.45 | 0 | 0.64 | 250 | 0.29 | 0.28 |
| Hex | 3A | 33 | 5D | 26 | 2D | 0 | 40 | FA | 1D | 1C |
| Octal | 72 | 63 | 135 | 46 | 55 | 0 | 100 | 372 | 35 | 34 |
| Binary | 111010 | 110011 | 1011101 | 100110 | 101101 | 0 | 1000000 | 11111010 | 11101 | 11100 |
Color Harmonies of #3A335D
Complementary color
Monochromatic Colors of #3A335D
Black with #3A335D
Text Example
Text Example
White with #3A335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A335D; }
p { color: rgb(58,51,93); }
H1.HeaderClassName
{
color: #3A335D;
}
.AnyTagClassName
{
color: #3A335D;
}
</style>
background-color css
<style>
a { background-color: #3A335D; }
a { background-color: rgb(58,51,93); }
div.DivClassName
{
background-color: #3A335D;
}
.BgClassName
{
background-color: #3A335D;
}
</style>
border-color css
<style>
span { border-color: #3A335D; }
span { border-color: rgb(58,51,93); }
td.TdClassName
{
border-color: #3A335D;
}
.TagClassName
{
border-color: #3A335D;
}
</style>