Shades of Jacarta #3A335B
Tints of Jacarta #3A335B
RGB
CMYK
RGB Variations
Color information
#3A335B (or 0x3A335B) is known color: Jacarta. HEX triplet: 3A, 33 and 5B. RGB value is (58,51,91). Sum of RGB (Red+Green+Blue) = 58+51+91=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A335B is #C5CCA4. Grayscale: #393939. Windows color (decimal): -12962981 or 5976890. OLE color: 5976890.
HSL color Cylindrical-coordinate representation of color #3A335B: hue angle of 250.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A335B is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 51 | 91 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.64 |
| HSL | 250.5º | 0.28% | 0.28% | - |
| HSV(B) | 250.5º | 0.44% | 0.36% | - |
| XYZ | 4.82 | 4.02 | 10.42 | - |
| YUV | 57.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 91 | 0.36 | 0.44 | 0 | 0.64 | 250.5 | 0.28 | 0.28 |
| Hex | 3A | 33 | 5B | 24 | 2C | 0 | 40 | FB | 1C | 1C |
| Octal | 72 | 63 | 133 | 44 | 54 | 0 | 100 | 373 | 34 | 34 |
| Binary | 111010 | 110011 | 1011011 | 100100 | 101100 | 0 | 1000000 | 11111011 | 11100 | 11100 |
Color Harmonies of #3A335B
Complementary color
Monochromatic Colors of #3A335B
Black with #3A335B
Text Example
Text Example
White with #3A335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A335B; }
p { color: rgb(58,51,91); }
H1.HeaderClassName
{
color: #3A335B;
}
.AnyTagClassName
{
color: #3A335B;
}
</style>
background-color css
<style>
a { background-color: #3A335B; }
a { background-color: rgb(58,51,91); }
div.DivClassName
{
background-color: #3A335B;
}
.BgClassName
{
background-color: #3A335B;
}
</style>
border-color css
<style>
span { border-color: #3A335B; }
span { border-color: rgb(58,51,91); }
td.TdClassName
{
border-color: #3A335B;
}
.TagClassName
{
border-color: #3A335B;
}
</style>