Shades of Blue Gem #432F99
Tints of Blue Gem #432F99
RGB
CMYK
RGB Variations
Color information
#432F99 (or 0x432F99) is known color: Blue Gem. HEX triplet: 43, 2F and 99. RGB value is (67,47,153). Sum of RGB (Red+Green+Blue) = 67+47+153=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #432F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432F99 is #BCD066. Grayscale: #404040. Windows color (decimal): -12374119 or 10039107. OLE color: 10039107.
HSL color Cylindrical-coordinate representation of color #432F99: hue angle of 251.32º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #432F99 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 47 | 153 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.4 |
| HSL | 251.32º | 0.53% | 0.39% | - |
| HSV(B) | 251.32º | 0.69% | 0.6% | - |
| XYZ | 9.08 | 5.53 | 30.73 | - |
| YUV | 65.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 153 | 0.56 | 0.69 | 0 | 0.4 | 251.32 | 0.53 | 0.39 |
| Hex | 43 | 2F | 99 | 38 | 45 | 0 | 28 | FB | 35 | 27 |
| Octal | 103 | 57 | 231 | 70 | 105 | 0 | 50 | 373 | 65 | 47 |
| Binary | 1000011 | 101111 | 10011001 | 111000 | 1000101 | 0 | 101000 | 11111011 | 110101 | 100111 |
Color Harmonies of #432F99
Complementary color
Monochromatic Colors of #432F99
Black with #432F99
Text Example
Text Example
White with #432F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F99; }
p { color: rgb(67,47,153); }
H1.HeaderClassName
{
color: #432F99;
}
.AnyTagClassName
{
color: #432F99;
}
</style>
background-color css
<style>
a { background-color: #432F99; }
a { background-color: rgb(67,47,153); }
div.DivClassName
{
background-color: #432F99;
}
.BgClassName
{
background-color: #432F99;
}
</style>
border-color css
<style>
span { border-color: #432F99; }
span { border-color: rgb(67,47,153); }
td.TdClassName
{
border-color: #432F99;
}
.TagClassName
{
border-color: #432F99;
}
</style>