Shades of Blue Gem #432891
Tints of Blue Gem #432891
RGB
CMYK
RGB Variations
Color information
#432891 (or 0x432891) is known color: Blue Gem. HEX triplet: 43, 28 and 91. RGB value is (67,40,145). Sum of RGB (Red+Green+Blue) = 67+40+145=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #432891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432891 is #BCD76E. Grayscale: #3B3B3B. Windows color (decimal): -12375919 or 9513027. OLE color: 9513027.
HSL color Cylindrical-coordinate representation of color #432891: hue angle of 255.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432891 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 40 | 145 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.43 |
| HSL | 255.43º | 0.57% | 0.36% | - |
| HSV(B) | 255.43º | 0.72% | 0.57% | - |
| XYZ | 8.18 | 4.76 | 27.27 | - |
| YUV | 60.04 | 175.95 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 145 | 0.54 | 0.72 | 0 | 0.43 | 255.43 | 0.57 | 0.36 |
| Hex | 43 | 28 | 91 | 36 | 48 | 0 | 2B | FF | 39 | 24 |
| Octal | 103 | 50 | 221 | 66 | 110 | 0 | 53 | 377 | 71 | 44 |
| Binary | 1000011 | 101000 | 10010001 | 110110 | 1001000 | 0 | 101011 | 11111111 | 111001 | 100100 |
Color Harmonies of #432891
Complementary color
Monochromatic Colors of #432891
Black with #432891
Text Example
Text Example
White with #432891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432891; }
p { color: rgb(67,40,145); }
H1.HeaderClassName
{
color: #432891;
}
.AnyTagClassName
{
color: #432891;
}
</style>
background-color css
<style>
a { background-color: #432891; }
a { background-color: rgb(67,40,145); }
div.DivClassName
{
background-color: #432891;
}
.BgClassName
{
background-color: #432891;
}
</style>
border-color css
<style>
span { border-color: #432891; }
span { border-color: rgb(67,40,145); }
td.TdClassName
{
border-color: #432891;
}
.TagClassName
{
border-color: #432891;
}
</style>