Shades of Blue Gem #432DA7
Tints of Blue Gem #432DA7
RGB
CMYK
RGB Variations
Color information
#432DA7 (or 0x432DA7) is known color: Blue Gem. HEX triplet: 43, 2D and A7. RGB value is (67,45,167). Sum of RGB (Red+Green+Blue) = 67+45+167=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 167 (65.62% from 255 or 59.86% from 279); Max value from RGB is 167 - color contains mainly: blue. Hex color #432DA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432DA7 is #BCD258. Grayscale: #414141. Windows color (decimal): -12374617 or 10956099. OLE color: 10956099.
HSL color Cylindrical-coordinate representation of color #432DA7: hue angle of 250.82º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432DA7 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 45 | 167 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.35 |
| HSL | 250.82º | 0.58% | 0.42% | - |
| HSV(B) | 250.82º | 0.73% | 0.65% | - |
| XYZ | 10.23 | 5.86 | 37.15 | - |
| YUV | 65.49 | 185.29 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 167 | 0.60 | 0.73 | 0 | 0.35 | 250.82 | 0.58 | 0.42 |
| Hex | 43 | 2D | A7 | 3C | 49 | 0 | 23 | FB | 3A | 2A |
| Octal | 103 | 55 | 247 | 74 | 111 | 0 | 43 | 373 | 72 | 52 |
| Binary | 1000011 | 101101 | 10100111 | 111100 | 1001001 | 0 | 100011 | 11111011 | 111010 | 101010 |
Color Harmonies of #432DA7
Complementary color
Monochromatic Colors of #432DA7
Black with #432DA7
Text Example
Text Example
White with #432DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DA7; }
p { color: rgb(67,45,167); }
H1.HeaderClassName
{
color: #432DA7;
}
.AnyTagClassName
{
color: #432DA7;
}
</style>
background-color css
<style>
a { background-color: #432DA7; }
a { background-color: rgb(67,45,167); }
div.DivClassName
{
background-color: #432DA7;
}
.BgClassName
{
background-color: #432DA7;
}
</style>
border-color css
<style>
span { border-color: #432DA7; }
span { border-color: rgb(67,45,167); }
td.TdClassName
{
border-color: #432DA7;
}
.TagClassName
{
border-color: #432DA7;
}
</style>