Shades of Blue Gem #43289F
Tints of Blue Gem #43289F
RGB
CMYK
RGB Variations
Color information
#43289F (or 0x43289F) is known color: Blue Gem. HEX triplet: 43, 28 and 9F. RGB value is (67,40,159). Sum of RGB (Red+Green+Blue) = 67+40+159=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #43289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43289F is #BCD760. Grayscale: #3D3D3D. Windows color (decimal): -12375905 or 10430531. OLE color: 10430531.
HSL color Cylindrical-coordinate representation of color #43289F: hue angle of 253.61º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43289F is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 40 | 159 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.38 |
| HSL | 253.61º | 0.6% | 0.39% | - |
| HSV(B) | 253.61º | 0.75% | 0.62% | - |
| XYZ | 9.33 | 5.21 | 33.32 | - |
| YUV | 61.64 | 182.95 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 159 | 0.58 | 0.75 | 0 | 0.38 | 253.61 | 0.6 | 0.39 |
| Hex | 43 | 28 | 9F | 3A | 4B | 0 | 26 | FE | 3C | 27 |
| Octal | 103 | 50 | 237 | 72 | 113 | 0 | 46 | 376 | 74 | 47 |
| Binary | 1000011 | 101000 | 10011111 | 111010 | 1001011 | 0 | 100110 | 11111110 | 111100 | 100111 |
Color Harmonies of #43289F
Complementary color
Monochromatic Colors of #43289F
Black with #43289F
Text Example
Text Example
White with #43289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43289F; }
p { color: rgb(67,40,159); }
H1.HeaderClassName
{
color: #43289F;
}
.AnyTagClassName
{
color: #43289F;
}
</style>
background-color css
<style>
a { background-color: #43289F; }
a { background-color: rgb(67,40,159); }
div.DivClassName
{
background-color: #43289F;
}
.BgClassName
{
background-color: #43289F;
}
</style>
border-color css
<style>
span { border-color: #43289F; }
span { border-color: rgb(67,40,159); }
td.TdClassName
{
border-color: #43289F;
}
.TagClassName
{
border-color: #43289F;
}
</style>