Shades of Blue Gem #432799
Tints of Blue Gem #432799
RGB
CMYK
RGB Variations
Color information
#432799 (or 0x432799) is known color: Blue Gem. HEX triplet: 43, 27 and 99. RGB value is (67,39,153). Sum of RGB (Red+Green+Blue) = 67+39+153=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #432799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432799 is #BCD866. Grayscale: #3B3B3B. Windows color (decimal): -12376167 or 10037059. OLE color: 10037059.
HSL color Cylindrical-coordinate representation of color #432799: hue angle of 254.74º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432799 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 39 | 153 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.4 |
| HSL | 254.74º | 0.59% | 0.38% | - |
| HSV(B) | 254.74º | 0.75% | 0.6% | - |
| XYZ | 8.79 | 4.94 | 30.63 | - |
| YUV | 60.37 | 180.28 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 39 | 153 | 0.56 | 0.75 | 0 | 0.4 | 254.74 | 0.59 | 0.38 |
| Hex | 43 | 27 | 99 | 38 | 4B | 0 | 28 | FF | 3B | 26 |
| Octal | 103 | 47 | 231 | 70 | 113 | 0 | 50 | 377 | 73 | 46 |
| Binary | 1000011 | 100111 | 10011001 | 111000 | 1001011 | 0 | 101000 | 11111111 | 111011 | 100110 |
Color Harmonies of #432799
Complementary color
Monochromatic Colors of #432799
Black with #432799
Text Example
Text Example
White with #432799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432799; }
p { color: rgb(67,39,153); }
H1.HeaderClassName
{
color: #432799;
}
.AnyTagClassName
{
color: #432799;
}
</style>
background-color css
<style>
a { background-color: #432799; }
a { background-color: rgb(67,39,153); }
div.DivClassName
{
background-color: #432799;
}
.BgClassName
{
background-color: #432799;
}
</style>
border-color css
<style>
span { border-color: #432799; }
span { border-color: rgb(67,39,153); }
td.TdClassName
{
border-color: #432799;
}
.TagClassName
{
border-color: #432799;
}
</style>