Shades of Blue Gem #43288F
Tints of Blue Gem #43288F
RGB
CMYK
RGB Variations
Color information
#43288F (or 0x43288F) is known color: Blue Gem. HEX triplet: 43, 28 and 8F. RGB value is (67,40,143). Sum of RGB (Red+Green+Blue) = 67+40+143=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #43288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43288F is #BCD770. Grayscale: #3B3B3B. Windows color (decimal): -12375921 or 9381955. OLE color: 9381955.
HSL color Cylindrical-coordinate representation of color #43288F: hue angle of 255.73º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43288F is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 40 | 143 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.44 |
| HSL | 255.73º | 0.56% | 0.36% | - |
| HSV(B) | 255.73º | 0.72% | 0.56% | - |
| XYZ | 8.03 | 4.69 | 26.47 | - |
| YUV | 59.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 143 | 0.53 | 0.72 | 0 | 0.44 | 255.73 | 0.56 | 0.36 |
| Hex | 43 | 28 | 8F | 35 | 48 | 0 | 2C | 100 | 38 | 24 |
| Octal | 103 | 50 | 217 | 65 | 110 | 0 | 54 | 400 | 70 | 44 |
| Binary | 1000011 | 101000 | 10001111 | 110101 | 1001000 | 0 | 101100 | 100000000 | 111000 | 100100 |
Color Harmonies of #43288F
Complementary color
Monochromatic Colors of #43288F
Black with #43288F
Text Example
Text Example
White with #43288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43288F; }
p { color: rgb(67,40,143); }
H1.HeaderClassName
{
color: #43288F;
}
.AnyTagClassName
{
color: #43288F;
}
</style>
background-color css
<style>
a { background-color: #43288F; }
a { background-color: rgb(67,40,143); }
div.DivClassName
{
background-color: #43288F;
}
.BgClassName
{
background-color: #43288F;
}
</style>
border-color css
<style>
span { border-color: #43288F; }
span { border-color: rgb(67,40,143); }
td.TdClassName
{
border-color: #43288F;
}
.TagClassName
{
border-color: #43288F;
}
</style>