Shades of Blue Gem #432F93
Tints of Blue Gem #432F93
RGB
CMYK
RGB Variations
Color information
#432F93 (or 0x432F93) is known color: Blue Gem. HEX triplet: 43, 2F and 93. RGB value is (67,47,147). Sum of RGB (Red+Green+Blue) = 67+47+147=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #432F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432F93 is #BCD06C. Grayscale: #404040. Windows color (decimal): -12374125 or 9645891. OLE color: 9645891.
HSL color Cylindrical-coordinate representation of color #432F93: hue angle of 252º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #432F93 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 47 | 147 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.42 |
| HSL | 252º | 0.52% | 0.38% | - |
| HSV(B) | 252º | 0.68% | 0.58% | - |
| XYZ | 8.6 | 5.33 | 28.18 | - |
| YUV | 64.38 | 174.63 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 147 | 0.54 | 0.68 | 0 | 0.42 | 252 | 0.52 | 0.38 |
| Hex | 43 | 2F | 93 | 36 | 44 | 0 | 2A | FC | 34 | 26 |
| Octal | 103 | 57 | 223 | 66 | 104 | 0 | 52 | 374 | 64 | 46 |
| Binary | 1000011 | 101111 | 10010011 | 110110 | 1000100 | 0 | 101010 | 11111100 | 110100 | 100110 |
Color Harmonies of #432F93
Complementary color
Monochromatic Colors of #432F93
Black with #432F93
Text Example
Text Example
White with #432F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F93; }
p { color: rgb(67,47,147); }
H1.HeaderClassName
{
color: #432F93;
}
.AnyTagClassName
{
color: #432F93;
}
</style>
background-color css
<style>
a { background-color: #432F93; }
a { background-color: rgb(67,47,147); }
div.DivClassName
{
background-color: #432F93;
}
.BgClassName
{
background-color: #432F93;
}
</style>
border-color css
<style>
span { border-color: #432F93; }
span { border-color: rgb(67,47,147); }
td.TdClassName
{
border-color: #432F93;
}
.TagClassName
{
border-color: #432F93;
}
</style>