Shades of Blue Gem #43209F
Tints of Blue Gem #43209F
RGB
CMYK
RGB Variations
Color information
#43209F (or 0x43209F) is known color: Blue Gem. HEX triplet: 43, 20 and 9F. RGB value is (67,32,159). Sum of RGB (Red+Green+Blue) = 67+32+159=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #43209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43209F is #BCDF60. Grayscale: #383838. Windows color (decimal): -12377953 or 10428483. OLE color: 10428483.
HSL color Cylindrical-coordinate representation of color #43209F: hue angle of 256.54º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #43209F is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 32 | 159 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.38 |
| HSL | 256.54º | 0.66% | 0.37% | - |
| HSV(B) | 256.54º | 0.8% | 0.62% | - |
| XYZ | 9.09 | 4.73 | 33.23 | - |
| YUV | 56.94 | 185.6 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 159 | 0.58 | 0.80 | 0 | 0.38 | 256.54 | 0.66 | 0.37 |
| Hex | 43 | 20 | 9F | 3A | 50 | 0 | 26 | 101 | 42 | 25 |
| Octal | 103 | 40 | 237 | 72 | 120 | 0 | 46 | 401 | 102 | 45 |
| Binary | 1000011 | 100000 | 10011111 | 111010 | 1010000 | 0 | 100110 | 100000001 | 1000010 | 100101 |
Color Harmonies of #43209F
Complementary color
Monochromatic Colors of #43209F
Black with #43209F
Text Example
Text Example
White with #43209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43209F; }
p { color: rgb(67,32,159); }
H1.HeaderClassName
{
color: #43209F;
}
.AnyTagClassName
{
color: #43209F;
}
</style>
background-color css
<style>
a { background-color: #43209F; }
a { background-color: rgb(67,32,159); }
div.DivClassName
{
background-color: #43209F;
}
.BgClassName
{
background-color: #43209F;
}
</style>
border-color css
<style>
span { border-color: #43209F; }
span { border-color: rgb(67,32,159); }
td.TdClassName
{
border-color: #43209F;
}
.TagClassName
{
border-color: #43209F;
}
</style>