Shades of Blue Gem #431B9E
Tints of Blue Gem #431B9E
RGB
CMYK
RGB Variations
Color information
#431B9E (or 0x431B9E) is known color: Blue Gem. HEX triplet: 43, 1B and 9E. RGB value is (67,27,158). Sum of RGB (Red+Green+Blue) = 67+27+158=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #431B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431B9E is #BCE461. Grayscale: #353535. Windows color (decimal): -12379234 or 10361667. OLE color: 10361667.
HSL color Cylindrical-coordinate representation of color #431B9E: hue angle of 258.32º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431B9E is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 27 | 158 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.38 |
| HSL | 258.32º | 0.71% | 0.36% | - |
| HSV(B) | 258.32º | 0.83% | 0.62% | - |
| XYZ | 8.88 | 4.45 | 32.74 | - |
| YUV | 53.89 | 186.75 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 158 | 0.58 | 0.83 | 0 | 0.38 | 258.32 | 0.71 | 0.36 |
| Hex | 43 | 1B | 9E | 3A | 53 | 0 | 26 | 102 | 47 | 24 |
| Octal | 103 | 33 | 236 | 72 | 123 | 0 | 46 | 402 | 107 | 44 |
| Binary | 1000011 | 11011 | 10011110 | 111010 | 1010011 | 0 | 100110 | 100000010 | 1000111 | 100100 |
Color Harmonies of #431B9E
Complementary color
Monochromatic Colors of #431B9E
Black with #431B9E
Text Example
Text Example
White with #431B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B9E; }
p { color: rgb(67,27,158); }
H1.HeaderClassName
{
color: #431B9E;
}
.AnyTagClassName
{
color: #431B9E;
}
</style>
background-color css
<style>
a { background-color: #431B9E; }
a { background-color: rgb(67,27,158); }
div.DivClassName
{
background-color: #431B9E;
}
.BgClassName
{
background-color: #431B9E;
}
</style>
border-color css
<style>
span { border-color: #431B9E; }
span { border-color: rgb(67,27,158); }
td.TdClassName
{
border-color: #431B9E;
}
.TagClassName
{
border-color: #431B9E;
}
</style>