Shades of Blue Gem #432F91
Tints of Blue Gem #432F91
RGB
CMYK
RGB Variations
Color information
#432F91 (or 0x432F91) is known color: Blue Gem. HEX triplet: 43, 2F and 91. RGB value is (67,47,145). Sum of RGB (Red+Green+Blue) = 67+47+145=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #432F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432F91 is #BCD06E. Grayscale: #3F3F3F. Windows color (decimal): -12374127 or 9514819. OLE color: 9514819.
HSL color Cylindrical-coordinate representation of color #432F91: hue angle of 252.24º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #432F91 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 47 | 145 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.43 |
| HSL | 252.24º | 0.51% | 0.38% | - |
| HSV(B) | 252.24º | 0.68% | 0.57% | - |
| XYZ | 8.44 | 5.27 | 27.36 | - |
| YUV | 64.15 | 173.63 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 145 | 0.54 | 0.68 | 0 | 0.43 | 252.24 | 0.51 | 0.38 |
| Hex | 43 | 2F | 91 | 36 | 44 | 0 | 2B | FC | 33 | 26 |
| Octal | 103 | 57 | 221 | 66 | 104 | 0 | 53 | 374 | 63 | 46 |
| Binary | 1000011 | 101111 | 10010001 | 110110 | 1000100 | 0 | 101011 | 11111100 | 110011 | 100110 |
Color Harmonies of #432F91
Complementary color
Monochromatic Colors of #432F91
Black with #432F91
Text Example
Text Example
White with #432F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F91; }
p { color: rgb(67,47,145); }
H1.HeaderClassName
{
color: #432F91;
}
.AnyTagClassName
{
color: #432F91;
}
</style>
background-color css
<style>
a { background-color: #432F91; }
a { background-color: rgb(67,47,145); }
div.DivClassName
{
background-color: #432F91;
}
.BgClassName
{
background-color: #432F91;
}
</style>
border-color css
<style>
span { border-color: #432F91; }
span { border-color: rgb(67,47,145); }
td.TdClassName
{
border-color: #432F91;
}
.TagClassName
{
border-color: #432F91;
}
</style>