Shades of Blue Gem #432591
Tints of Blue Gem #432591
RGB
CMYK
RGB Variations
Color information
#432591 (or 0x432591) is known color: Blue Gem. HEX triplet: 43, 25 and 91. RGB value is (67,37,145). Sum of RGB (Red+Green+Blue) = 67+37+145=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #432591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432591 is #BCDA6E. Grayscale: #393939. Windows color (decimal): -12376687 or 9512259. OLE color: 9512259.
HSL color Cylindrical-coordinate representation of color #432591: hue angle of 256.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #432591 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 37 | 145 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.43 |
| HSL | 256.67º | 0.59% | 0.36% | - |
| HSV(B) | 256.67º | 0.74% | 0.57% | - |
| XYZ | 8.09 | 4.56 | 27.24 | - |
| YUV | 58.28 | 176.94 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 145 | 0.54 | 0.74 | 0 | 0.43 | 256.67 | 0.59 | 0.36 |
| Hex | 43 | 25 | 91 | 36 | 4A | 0 | 2B | 101 | 3B | 24 |
| Octal | 103 | 45 | 221 | 66 | 112 | 0 | 53 | 401 | 73 | 44 |
| Binary | 1000011 | 100101 | 10010001 | 110110 | 1001010 | 0 | 101011 | 100000001 | 111011 | 100100 |
Color Harmonies of #432591
Complementary color
Monochromatic Colors of #432591
Black with #432591
Text Example
Text Example
White with #432591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432591; }
p { color: rgb(67,37,145); }
H1.HeaderClassName
{
color: #432591;
}
.AnyTagClassName
{
color: #432591;
}
</style>
background-color css
<style>
a { background-color: #432591; }
a { background-color: rgb(67,37,145); }
div.DivClassName
{
background-color: #432591;
}
.BgClassName
{
background-color: #432591;
}
</style>
border-color css
<style>
span { border-color: #432591; }
span { border-color: rgb(67,37,145); }
td.TdClassName
{
border-color: #432591;
}
.TagClassName
{
border-color: #432591;
}
</style>