Shades of Blue Gem #432391
Tints of Blue Gem #432391
RGB
CMYK
RGB Variations
Color information
#432391 (or 0x432391) is known color: Blue Gem. HEX triplet: 43, 23 and 91. RGB value is (67,35,145). Sum of RGB (Red+Green+Blue) = 67+35+145=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #432391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432391 is #BCDC6E. Grayscale: #383838. Windows color (decimal): -12377199 or 9511747. OLE color: 9511747.
HSL color Cylindrical-coordinate representation of color #432391: hue angle of 257.45º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #432391 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 35 | 145 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.43 |
| HSL | 257.45º | 0.61% | 0.35% | - |
| HSV(B) | 257.45º | 0.76% | 0.57% | - |
| XYZ | 8.03 | 4.44 | 27.22 | - |
| YUV | 57.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 145 | 0.54 | 0.76 | 0 | 0.43 | 257.45 | 0.61 | 0.35 |
| Hex | 43 | 23 | 91 | 36 | 4C | 0 | 2B | 101 | 3D | 23 |
| Octal | 103 | 43 | 221 | 66 | 114 | 0 | 53 | 401 | 75 | 43 |
| Binary | 1000011 | 100011 | 10010001 | 110110 | 1001100 | 0 | 101011 | 100000001 | 111101 | 100011 |
Color Harmonies of #432391
Complementary color
Monochromatic Colors of #432391
Black with #432391
Text Example
Text Example
White with #432391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432391; }
p { color: rgb(67,35,145); }
H1.HeaderClassName
{
color: #432391;
}
.AnyTagClassName
{
color: #432391;
}
</style>
background-color css
<style>
a { background-color: #432391; }
a { background-color: rgb(67,35,145); }
div.DivClassName
{
background-color: #432391;
}
.BgClassName
{
background-color: #432391;
}
</style>
border-color css
<style>
span { border-color: #432391; }
span { border-color: rgb(67,35,145); }
td.TdClassName
{
border-color: #432391;
}
.TagClassName
{
border-color: #432391;
}
</style>