Shades of Blue Gem #43329F
Tints of Blue Gem #43329F
RGB
CMYK
RGB Variations
Color information
#43329F (or 0x43329F) is known color: Blue Gem. HEX triplet: 43, 32 and 9F. RGB value is (67,50,159). Sum of RGB (Red+Green+Blue) = 67+50+159=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #43329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43329F is #BCCD60. Grayscale: #434343. Windows color (decimal): -12373345 or 10433091. OLE color: 10433091.
HSL color Cylindrical-coordinate representation of color #43329F: hue angle of 249.36º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43329F is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 50 | 159 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.38 |
| HSL | 249.36º | 0.52% | 0.41% | - |
| HSV(B) | 249.36º | 0.69% | 0.62% | - |
| XYZ | 9.71 | 5.98 | 33.44 | - |
| YUV | 67.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 159 | 0.58 | 0.69 | 0 | 0.38 | 249.36 | 0.52 | 0.41 |
| Hex | 43 | 32 | 9F | 3A | 45 | 0 | 26 | F9 | 34 | 29 |
| Octal | 103 | 62 | 237 | 72 | 105 | 0 | 46 | 371 | 64 | 51 |
| Binary | 1000011 | 110010 | 10011111 | 111010 | 1000101 | 0 | 100110 | 11111001 | 110100 | 101001 |
Color Harmonies of #43329F
Complementary color
Monochromatic Colors of #43329F
Black with #43329F
Text Example
Text Example
White with #43329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43329F; }
p { color: rgb(67,50,159); }
H1.HeaderClassName
{
color: #43329F;
}
.AnyTagClassName
{
color: #43329F;
}
</style>
background-color css
<style>
a { background-color: #43329F; }
a { background-color: rgb(67,50,159); }
div.DivClassName
{
background-color: #43329F;
}
.BgClassName
{
background-color: #43329F;
}
</style>
border-color css
<style>
span { border-color: #43329F; }
span { border-color: rgb(67,50,159); }
td.TdClassName
{
border-color: #43329F;
}
.TagClassName
{
border-color: #43329F;
}
</style>