Shades of Blue Gem #432691
Tints of Blue Gem #432691
RGB
CMYK
RGB Variations
Color information
#432691 (or 0x432691) is known color: Blue Gem. HEX triplet: 43, 26 and 91. RGB value is (67,38,145). Sum of RGB (Red+Green+Blue) = 67+38+145=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #432691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432691 is #BCD96E. Grayscale: #3A3A3A. Windows color (decimal): -12376431 or 9512515. OLE color: 9512515.
HSL color Cylindrical-coordinate representation of color #432691: hue angle of 256.26º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #432691 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 38 | 145 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.43 |
| HSL | 256.26º | 0.58% | 0.36% | - |
| HSV(B) | 256.26º | 0.74% | 0.57% | - |
| XYZ | 8.12 | 4.62 | 27.25 | - |
| YUV | 58.87 | 176.61 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 38 | 145 | 0.54 | 0.74 | 0 | 0.43 | 256.26 | 0.58 | 0.36 |
| Hex | 43 | 26 | 91 | 36 | 4A | 0 | 2B | 100 | 3A | 24 |
| Octal | 103 | 46 | 221 | 66 | 112 | 0 | 53 | 400 | 72 | 44 |
| Binary | 1000011 | 100110 | 10010001 | 110110 | 1001010 | 0 | 101011 | 100000000 | 111010 | 100100 |
Color Harmonies of #432691
Complementary color
Monochromatic Colors of #432691
Black with #432691
Text Example
Text Example
White with #432691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432691; }
p { color: rgb(67,38,145); }
H1.HeaderClassName
{
color: #432691;
}
.AnyTagClassName
{
color: #432691;
}
</style>
background-color css
<style>
a { background-color: #432691; }
a { background-color: rgb(67,38,145); }
div.DivClassName
{
background-color: #432691;
}
.BgClassName
{
background-color: #432691;
}
</style>
border-color css
<style>
span { border-color: #432691; }
span { border-color: rgb(67,38,145); }
td.TdClassName
{
border-color: #432691;
}
.TagClassName
{
border-color: #432691;
}
</style>