Shades of Blue Gem #432D90
Tints of Blue Gem #432D90
RGB
CMYK
RGB Variations
Color information
#432D90 (or 0x432D90) is known color: Blue Gem. HEX triplet: 43, 2D and 90. RGB value is (67,45,144). Sum of RGB (Red+Green+Blue) = 67+45+144=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #432D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432D90 is #BCD26F. Grayscale: #3E3E3E. Windows color (decimal): -12374640 or 9448771. OLE color: 9448771.
HSL color Cylindrical-coordinate representation of color #432D90: hue angle of 253.33º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #432D90 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 45 | 144 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.44 |
| HSL | 253.33º | 0.52% | 0.37% | - |
| HSV(B) | 253.33º | 0.69% | 0.56% | - |
| XYZ | 8.29 | 5.08 | 26.93 | - |
| YUV | 62.86 | 173.79 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 144 | 0.53 | 0.69 | 0 | 0.44 | 253.33 | 0.52 | 0.37 |
| Hex | 43 | 2D | 90 | 35 | 45 | 0 | 2C | FD | 34 | 25 |
| Octal | 103 | 55 | 220 | 65 | 105 | 0 | 54 | 375 | 64 | 45 |
| Binary | 1000011 | 101101 | 10010000 | 110101 | 1000101 | 0 | 101100 | 11111101 | 110100 | 100101 |
Color Harmonies of #432D90
Complementary color
Monochromatic Colors of #432D90
Black with #432D90
Text Example
Text Example
White with #432D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D90; }
p { color: rgb(67,45,144); }
H1.HeaderClassName
{
color: #432D90;
}
.AnyTagClassName
{
color: #432D90;
}
</style>
background-color css
<style>
a { background-color: #432D90; }
a { background-color: rgb(67,45,144); }
div.DivClassName
{
background-color: #432D90;
}
.BgClassName
{
background-color: #432D90;
}
</style>
border-color css
<style>
span { border-color: #432D90; }
span { border-color: rgb(67,45,144); }
td.TdClassName
{
border-color: #432D90;
}
.TagClassName
{
border-color: #432D90;
}
</style>