Shades of Blue Gem #43259F
Tints of Blue Gem #43259F
RGB
CMYK
RGB Variations
Color information
#43259F (or 0x43259F) is known color: Blue Gem. HEX triplet: 43, 25 and 9F. RGB value is (67,37,159). Sum of RGB (Red+Green+Blue) = 67+37+159=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #43259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43259F is #BCDA60. Grayscale: #3B3B3B. Windows color (decimal): -12376673 or 10429763. OLE color: 10429763.
HSL color Cylindrical-coordinate representation of color #43259F: hue angle of 254.75º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43259F is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 37 | 159 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.38 |
| HSL | 254.75º | 0.62% | 0.38% | - |
| HSV(B) | 254.75º | 0.77% | 0.62% | - |
| XYZ | 9.23 | 5.02 | 33.28 | - |
| YUV | 59.88 | 183.94 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 159 | 0.58 | 0.77 | 0 | 0.38 | 254.75 | 0.62 | 0.38 |
| Hex | 43 | 25 | 9F | 3A | 4D | 0 | 26 | FF | 3E | 26 |
| Octal | 103 | 45 | 237 | 72 | 115 | 0 | 46 | 377 | 76 | 46 |
| Binary | 1000011 | 100101 | 10011111 | 111010 | 1001101 | 0 | 100110 | 11111111 | 111110 | 100110 |
Color Harmonies of #43259F
Complementary color
Monochromatic Colors of #43259F
Black with #43259F
Text Example
Text Example
White with #43259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43259F; }
p { color: rgb(67,37,159); }
H1.HeaderClassName
{
color: #43259F;
}
.AnyTagClassName
{
color: #43259F;
}
</style>
background-color css
<style>
a { background-color: #43259F; }
a { background-color: rgb(67,37,159); }
div.DivClassName
{
background-color: #43259F;
}
.BgClassName
{
background-color: #43259F;
}
</style>
border-color css
<style>
span { border-color: #43259F; }
span { border-color: rgb(67,37,159); }
td.TdClassName
{
border-color: #43259F;
}
.TagClassName
{
border-color: #43259F;
}
</style>