Shades of Blue Gem #431DA0
Tints of Blue Gem #431DA0
RGB
CMYK
RGB Variations
Color information
#431DA0 (or 0x431DA0) is known color: Blue Gem. HEX triplet: 43, 1D and A0. RGB value is (67,29,160). Sum of RGB (Red+Green+Blue) = 67+29+160=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #431DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431DA0 is #BCE25F. Grayscale: #363636. Windows color (decimal): -12378720 or 10493251. OLE color: 10493251.
HSL color Cylindrical-coordinate representation of color #431DA0: hue angle of 257.4º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431DA0 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 29 | 160 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.37 |
| HSL | 257.4º | 0.69% | 0.37% | - |
| HSV(B) | 257.4º | 0.82% | 0.63% | - |
| XYZ | 9.1 | 4.61 | 33.67 | - |
| YUV | 55.3 | 187.09 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 160 | 0.58 | 0.82 | 0 | 0.37 | 257.4 | 0.69 | 0.37 |
| Hex | 43 | 1D | A0 | 3A | 52 | 0 | 25 | 101 | 45 | 25 |
| Octal | 103 | 35 | 240 | 72 | 122 | 0 | 45 | 401 | 105 | 45 |
| Binary | 1000011 | 11101 | 10100000 | 111010 | 1010010 | 0 | 100101 | 100000001 | 1000101 | 100101 |
Color Harmonies of #431DA0
Complementary color
Monochromatic Colors of #431DA0
Black with #431DA0
Text Example
Text Example
White with #431DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431DA0; }
p { color: rgb(67,29,160); }
H1.HeaderClassName
{
color: #431DA0;
}
.AnyTagClassName
{
color: #431DA0;
}
</style>
background-color css
<style>
a { background-color: #431DA0; }
a { background-color: rgb(67,29,160); }
div.DivClassName
{
background-color: #431DA0;
}
.BgClassName
{
background-color: #431DA0;
}
</style>
border-color css
<style>
span { border-color: #431DA0; }
span { border-color: rgb(67,29,160); }
td.TdClassName
{
border-color: #431DA0;
}
.TagClassName
{
border-color: #431DA0;
}
</style>