Shades of Blue Gem #431E9A
Tints of Blue Gem #431E9A
RGB
CMYK
RGB Variations
Color information
#431E9A (or 0x431E9A) is known color: Blue Gem. HEX triplet: 43, 1E and 9A. RGB value is (67,30,154). Sum of RGB (Red+Green+Blue) = 67+30+154=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #431E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431E9A is #BCE165. Grayscale: #363636. Windows color (decimal): -12378470 or 10100291. OLE color: 10100291.
HSL color Cylindrical-coordinate representation of color #431E9A: hue angle of 257.9º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431E9A is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 30 | 154 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.40 |
| HSL | 257.9º | 0.67% | 0.36% | - |
| HSV(B) | 257.9º | 0.81% | 0.6% | - |
| XYZ | 8.61 | 4.45 | 30.98 | - |
| YUV | 55.2 | 183.76 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 154 | 0.56 | 0.81 | 0 | 0.40 | 257.9 | 0.67 | 0.36 |
| Hex | 43 | 1E | 9A | 38 | 51 | 0 | 28 | 102 | 43 | 24 |
| Octal | 103 | 36 | 232 | 70 | 121 | 0 | 50 | 402 | 103 | 44 |
| Binary | 1000011 | 11110 | 10011010 | 111000 | 1010001 | 0 | 101000 | 100000010 | 1000011 | 100100 |
Color Harmonies of #431E9A
Complementary color
Monochromatic Colors of #431E9A
Black with #431E9A
Text Example
Text Example
White with #431E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E9A; }
p { color: rgb(67,30,154); }
H1.HeaderClassName
{
color: #431E9A;
}
.AnyTagClassName
{
color: #431E9A;
}
</style>
background-color css
<style>
a { background-color: #431E9A; }
a { background-color: rgb(67,30,154); }
div.DivClassName
{
background-color: #431E9A;
}
.BgClassName
{
background-color: #431E9A;
}
</style>
border-color css
<style>
span { border-color: #431E9A; }
span { border-color: rgb(67,30,154); }
td.TdClassName
{
border-color: #431E9A;
}
.TagClassName
{
border-color: #431E9A;
}
</style>