Shades of Blue Gem #432FB2
Tints of Blue Gem #432FB2
RGB
CMYK
RGB Variations
Color information
#432FB2 (or 0x432FB2) is known color: Blue Gem. HEX triplet: 43, 2F and B2. RGB value is (67,47,178). Sum of RGB (Red+Green+Blue) = 67+47+178=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 178 (69.92% from 255 or 60.96% from 292); Max value from RGB is 178 - color contains mainly: blue. Hex color #432FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432FB2 is #BCD04D. Grayscale: #434343. Windows color (decimal): -12374094 or 11677507. OLE color: 11677507.
HSL color Cylindrical-coordinate representation of color #432FB2: hue angle of 249.16º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #432FB2 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 47 | 178 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.30 |
| HSL | 249.16º | 0.58% | 0.44% | - |
| HSV(B) | 249.16º | 0.74% | 0.7% | - |
| XYZ | 11.37 | 6.44 | 42.76 | - |
| YUV | 67.91 | 190.13 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 178 | 0.62 | 0.74 | 0 | 0.30 | 249.16 | 0.58 | 0.44 |
| Hex | 43 | 2F | B2 | 3E | 4A | 0 | 1E | F9 | 3A | 2C |
| Octal | 103 | 57 | 262 | 76 | 112 | 0 | 36 | 371 | 72 | 54 |
| Binary | 1000011 | 101111 | 10110010 | 111110 | 1001010 | 0 | 11110 | 11111001 | 111010 | 101100 |
Color Harmonies of #432FB2
Complementary color
Monochromatic Colors of #432FB2
Black with #432FB2
Text Example
Text Example
White with #432FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432FB2; }
p { color: rgb(67,47,178); }
H1.HeaderClassName
{
color: #432FB2;
}
.AnyTagClassName
{
color: #432FB2;
}
</style>
background-color css
<style>
a { background-color: #432FB2; }
a { background-color: rgb(67,47,178); }
div.DivClassName
{
background-color: #432FB2;
}
.BgClassName
{
background-color: #432FB2;
}
</style>
border-color css
<style>
span { border-color: #432FB2; }
span { border-color: rgb(67,47,178); }
td.TdClassName
{
border-color: #432FB2;
}
.TagClassName
{
border-color: #432FB2;
}
</style>