Shades of Blue Gem #432AA0
Tints of Blue Gem #432AA0
RGB
CMYK
RGB Variations
Color information
#432AA0 (or 0x432AA0) is known color: Blue Gem. HEX triplet: 43, 2A and A0. RGB value is (67,42,160). Sum of RGB (Red+Green+Blue) = 67+42+160=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #432AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432AA0 is #BCD55F. Grayscale: #3E3E3E. Windows color (decimal): -12375392 or 10496579. OLE color: 10496579.
HSL color Cylindrical-coordinate representation of color #432AA0: hue angle of 252.71º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #432AA0 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 42 | 160 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.37 |
| HSL | 252.71º | 0.58% | 0.4% | - |
| HSV(B) | 252.71º | 0.74% | 0.63% | - |
| XYZ | 9.49 | 5.39 | 33.8 | - |
| YUV | 62.93 | 182.78 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 160 | 0.58 | 0.74 | 0 | 0.37 | 252.71 | 0.58 | 0.4 |
| Hex | 43 | 2A | A0 | 3A | 4A | 0 | 25 | FD | 3A | 28 |
| Octal | 103 | 52 | 240 | 72 | 112 | 0 | 45 | 375 | 72 | 50 |
| Binary | 1000011 | 101010 | 10100000 | 111010 | 1001010 | 0 | 100101 | 11111101 | 111010 | 101000 |
Color Harmonies of #432AA0
Complementary color
Monochromatic Colors of #432AA0
Black with #432AA0
Text Example
Text Example
White with #432AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432AA0; }
p { color: rgb(67,42,160); }
H1.HeaderClassName
{
color: #432AA0;
}
.AnyTagClassName
{
color: #432AA0;
}
</style>
background-color css
<style>
a { background-color: #432AA0; }
a { background-color: rgb(67,42,160); }
div.DivClassName
{
background-color: #432AA0;
}
.BgClassName
{
background-color: #432AA0;
}
</style>
border-color css
<style>
span { border-color: #432AA0; }
span { border-color: rgb(67,42,160); }
td.TdClassName
{
border-color: #432AA0;
}
.TagClassName
{
border-color: #432AA0;
}
</style>