Shades of Jacarta #45335B
Tints of Jacarta #45335B
RGB
CMYK
RGB Variations
Color information
#45335B (or 0x45335B) is known color: Jacarta. HEX triplet: 45, 33 and 5B. RGB value is (69,51,91). Sum of RGB (Red+Green+Blue) = 69+51+91=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #45335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45335B is #BACCA4. Grayscale: #3C3C3C. Windows color (decimal): -12242085 or 5976901. OLE color: 5976901.
HSL color Cylindrical-coordinate representation of color #45335B: hue angle of 267º 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 #45335B is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 51 | 91 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.64 |
| HSL | 267º | 0.28% | 0.28% | - |
| HSV(B) | 267º | 0.44% | 0.36% | - |
| XYZ | 5.53 | 4.39 | 10.45 | - |
| YUV | 60.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 91 | 0.24 | 0.44 | 0 | 0.64 | 267 | 0.28 | 0.28 |
| Hex | 45 | 33 | 5B | 18 | 2C | 0 | 40 | 10B | 1C | 1C |
| Octal | 105 | 63 | 133 | 30 | 54 | 0 | 100 | 413 | 34 | 34 |
| Binary | 1000101 | 110011 | 1011011 | 11000 | 101100 | 0 | 1000000 | 100001011 | 11100 | 11100 |
Color Harmonies of #45335B
Complementary color
Monochromatic Colors of #45335B
Black with #45335B
Text Example
Text Example
White with #45335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45335B; }
p { color: rgb(69,51,91); }
H1.HeaderClassName
{
color: #45335B;
}
.AnyTagClassName
{
color: #45335B;
}
</style>
background-color css
<style>
a { background-color: #45335B; }
a { background-color: rgb(69,51,91); }
div.DivClassName
{
background-color: #45335B;
}
.BgClassName
{
background-color: #45335B;
}
</style>
border-color css
<style>
span { border-color: #45335B; }
span { border-color: rgb(69,51,91); }
td.TdClassName
{
border-color: #45335B;
}
.TagClassName
{
border-color: #45335B;
}
</style>