Shades of Blue Gem #432895
Tints of Blue Gem #432895
RGB
CMYK
RGB Variations
Color information
#432895 (or 0x432895) is known color: Blue Gem. HEX triplet: 43, 28 and 95. RGB value is (67,40,149). Sum of RGB (Red+Green+Blue) = 67+40+149=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #432895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432895 is #BCD76A. Grayscale: #3C3C3C. Windows color (decimal): -12375915 or 9775171. OLE color: 9775171.
HSL color Cylindrical-coordinate representation of color #432895: hue angle of 254.86º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432895 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 40 | 149 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.42 |
| HSL | 254.86º | 0.58% | 0.37% | - |
| HSV(B) | 254.86º | 0.73% | 0.58% | - |
| XYZ | 8.5 | 4.88 | 28.93 | - |
| YUV | 60.5 | 177.95 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 149 | 0.55 | 0.73 | 0 | 0.42 | 254.86 | 0.58 | 0.37 |
| Hex | 43 | 28 | 95 | 37 | 49 | 0 | 2A | FF | 3A | 25 |
| Octal | 103 | 50 | 225 | 67 | 111 | 0 | 52 | 377 | 72 | 45 |
| Binary | 1000011 | 101000 | 10010101 | 110111 | 1001001 | 0 | 101010 | 11111111 | 111010 | 100101 |
Color Harmonies of #432895
Complementary color
Monochromatic Colors of #432895
Black with #432895
Text Example
Text Example
White with #432895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432895; }
p { color: rgb(67,40,149); }
H1.HeaderClassName
{
color: #432895;
}
.AnyTagClassName
{
color: #432895;
}
</style>
background-color css
<style>
a { background-color: #432895; }
a { background-color: rgb(67,40,149); }
div.DivClassName
{
background-color: #432895;
}
.BgClassName
{
background-color: #432895;
}
</style>
border-color css
<style>
span { border-color: #432895; }
span { border-color: rgb(67,40,149); }
td.TdClassName
{
border-color: #432895;
}
.TagClassName
{
border-color: #432895;
}
</style>