Shades of Blue Gem #431EA1
Tints of Blue Gem #431EA1
RGB
CMYK
RGB Variations
Color information
#431EA1 (or 0x431EA1) is known color: Blue Gem. HEX triplet: 43, 1E and A1. RGB value is (67,30,161). Sum of RGB (Red+Green+Blue) = 67+30+161=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 161 (63.28% from 255 or 62.40% from 258); Max value from RGB is 161 - color contains mainly: blue. Hex color #431EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431EA1 is #BCE15E. Grayscale: #373737. Windows color (decimal): -12378463 or 10559043. OLE color: 10559043.
HSL color Cylindrical-coordinate representation of color #431EA1: hue angle of 256.95º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431EA1 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 30 | 161 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.37 |
| HSL | 256.95º | 0.69% | 0.37% | - |
| HSV(B) | 256.95º | 0.81% | 0.63% | - |
| XYZ | 9.21 | 4.7 | 34.14 | - |
| YUV | 56 | 187.26 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 161 | 0.58 | 0.81 | 0 | 0.37 | 256.95 | 0.69 | 0.37 |
| Hex | 43 | 1E | A1 | 3A | 51 | 0 | 25 | 101 | 45 | 25 |
| Octal | 103 | 36 | 241 | 72 | 121 | 0 | 45 | 401 | 105 | 45 |
| Binary | 1000011 | 11110 | 10100001 | 111010 | 1010001 | 0 | 100101 | 100000001 | 1000101 | 100101 |
Color Harmonies of #431EA1
Complementary color
Monochromatic Colors of #431EA1
Black with #431EA1
Text Example
Text Example
White with #431EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EA1; }
p { color: rgb(67,30,161); }
H1.HeaderClassName
{
color: #431EA1;
}
.AnyTagClassName
{
color: #431EA1;
}
</style>
background-color css
<style>
a { background-color: #431EA1; }
a { background-color: rgb(67,30,161); }
div.DivClassName
{
background-color: #431EA1;
}
.BgClassName
{
background-color: #431EA1;
}
</style>
border-color css
<style>
span { border-color: #431EA1; }
span { border-color: rgb(67,30,161); }
td.TdClassName
{
border-color: #431EA1;
}
.TagClassName
{
border-color: #431EA1;
}
</style>