Shades of Blue Gem #432C9E
Tints of Blue Gem #432C9E
RGB
CMYK
RGB Variations
Color information
#432C9E (or 0x432C9E) is known color: Blue Gem. HEX triplet: 43, 2C and 9E. RGB value is (67,44,158). Sum of RGB (Red+Green+Blue) = 67+44+158=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #432C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432C9E is #BCD361. Grayscale: #3F3F3F. Windows color (decimal): -12374882 or 10366019. OLE color: 10366019.
HSL color Cylindrical-coordinate representation of color #432C9E: hue angle of 252.11º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432C9E is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 44 | 158 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.38 |
| HSL | 252.11º | 0.56% | 0.4% | - |
| HSV(B) | 252.11º | 0.72% | 0.62% | - |
| XYZ | 9.39 | 5.46 | 32.91 | - |
| YUV | 63.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 158 | 0.58 | 0.72 | 0 | 0.38 | 252.11 | 0.56 | 0.4 |
| Hex | 43 | 2C | 9E | 3A | 48 | 0 | 26 | FC | 38 | 28 |
| Octal | 103 | 54 | 236 | 72 | 110 | 0 | 46 | 374 | 70 | 50 |
| Binary | 1000011 | 101100 | 10011110 | 111010 | 1001000 | 0 | 100110 | 11111100 | 111000 | 101000 |
Color Harmonies of #432C9E
Complementary color
Monochromatic Colors of #432C9E
Black with #432C9E
Text Example
Text Example
White with #432C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C9E; }
p { color: rgb(67,44,158); }
H1.HeaderClassName
{
color: #432C9E;
}
.AnyTagClassName
{
color: #432C9E;
}
</style>
background-color css
<style>
a { background-color: #432C9E; }
a { background-color: rgb(67,44,158); }
div.DivClassName
{
background-color: #432C9E;
}
.BgClassName
{
background-color: #432C9E;
}
</style>
border-color css
<style>
span { border-color: #432C9E; }
span { border-color: rgb(67,44,158); }
td.TdClassName
{
border-color: #432C9E;
}
.TagClassName
{
border-color: #432C9E;
}
</style>