Shades of Blue Gem #432197
Tints of Blue Gem #432197
RGB
CMYK
RGB Variations
Color information
#432197 (or 0x432197) is known color: Blue Gem. HEX triplet: 43, 21 and 97. RGB value is (67,33,151). Sum of RGB (Red+Green+Blue) = 67+33+151=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #432197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432197 is #BCDE68. Grayscale: #383838. Windows color (decimal): -12377705 or 9904451. OLE color: 9904451.
HSL color Cylindrical-coordinate representation of color #432197: hue angle of 257.29º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #432197 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 67 | 33 | 151 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.41 |
| HSL | 257.29º | 0.64% | 0.36% | - |
| HSV(B) | 257.29º | 0.78% | 0.59% | - |
| XYZ | 8.44 | 4.52 | 29.7 | - |
| YUV | 56.62 | 181.26 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 151 | 0.56 | 0.78 | 0 | 0.41 | 257.29 | 0.64 | 0.36 |
| Hex | 43 | 21 | 97 | 38 | 4E | 0 | 29 | 101 | 40 | 24 |
| Octal | 103 | 41 | 227 | 70 | 116 | 0 | 51 | 401 | 100 | 44 |
| Binary | 1000011 | 100001 | 10010111 | 111000 | 1001110 | 0 | 101001 | 100000001 | 1000000 | 100100 |
Color Harmonies of #432197
Complementary color
Monochromatic Colors of #432197
Black with #432197
Text Example
Text Example
White with #432197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432197; }
p { color: rgb(67,33,151); }
H1.HeaderClassName
{
color: #432197;
}
.AnyTagClassName
{
color: #432197;
}
</style>
background-color css
<style>
a { background-color: #432197; }
a { background-color: rgb(67,33,151); }
div.DivClassName
{
background-color: #432197;
}
.BgClassName
{
background-color: #432197;
}
</style>
border-color css
<style>
span { border-color: #432197; }
span { border-color: rgb(67,33,151); }
td.TdClassName
{
border-color: #432197;
}
.TagClassName
{
border-color: #432197;
}
</style>