Shades of Blue Gem #432495
Tints of Blue Gem #432495
RGB
CMYK
RGB Variations
Color information
#432495 (or 0x432495) is known color: Blue Gem. HEX triplet: 43, 24 and 95. RGB value is (67,36,149). Sum of RGB (Red+Green+Blue) = 67+36+149=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #432495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432495 is #BCDB6A. Grayscale: #393939. Windows color (decimal): -12376939 or 9774147. OLE color: 9774147.
HSL color Cylindrical-coordinate representation of color #432495: hue angle of 256.46º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #432495 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 36 | 149 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.42 |
| HSL | 256.46º | 0.61% | 0.36% | - |
| HSV(B) | 256.46º | 0.76% | 0.58% | - |
| XYZ | 8.37 | 4.62 | 28.89 | - |
| YUV | 58.15 | 179.27 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 149 | 0.55 | 0.76 | 0 | 0.42 | 256.46 | 0.61 | 0.36 |
| Hex | 43 | 24 | 95 | 37 | 4C | 0 | 2A | 100 | 3D | 24 |
| Octal | 103 | 44 | 225 | 67 | 114 | 0 | 52 | 400 | 75 | 44 |
| Binary | 1000011 | 100100 | 10010101 | 110111 | 1001100 | 0 | 101010 | 100000000 | 111101 | 100100 |
Color Harmonies of #432495
Complementary color
Monochromatic Colors of #432495
Black with #432495
Text Example
Text Example
White with #432495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432495; }
p { color: rgb(67,36,149); }
H1.HeaderClassName
{
color: #432495;
}
.AnyTagClassName
{
color: #432495;
}
</style>
background-color css
<style>
a { background-color: #432495; }
a { background-color: rgb(67,36,149); }
div.DivClassName
{
background-color: #432495;
}
.BgClassName
{
background-color: #432495;
}
</style>
border-color css
<style>
span { border-color: #432495; }
span { border-color: rgb(67,36,149); }
td.TdClassName
{
border-color: #432495;
}
.TagClassName
{
border-color: #432495;
}
</style>