Shades of Blue Gem #431AAA
Tints of Blue Gem #431AAA
RGB
CMYK
RGB Variations
Color information
#431AAA (or 0x431AAA) is known color: Blue Gem. HEX triplet: 43, 1A and AA. RGB value is (67,26,170). Sum of RGB (Red+Green+Blue) = 67+26+170=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #431AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431AAA is #BCE555. Grayscale: #363636. Windows color (decimal): -12379478 or 11147843. OLE color: 11147843.
HSL color Cylindrical-coordinate representation of color #431AAA: hue angle of 257.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431AAA is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 26 | 170 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.33 |
| HSL | 257.08º | 0.73% | 0.38% | - |
| HSV(B) | 257.08º | 0.85% | 0.67% | - |
| XYZ | 9.94 | 4.83 | 38.44 | - |
| YUV | 54.68 | 193.08 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 170 | 0.61 | 0.85 | 0 | 0.33 | 257.08 | 0.73 | 0.38 |
| Hex | 43 | 1A | AA | 3D | 55 | 0 | 21 | 101 | 49 | 26 |
| Octal | 103 | 32 | 252 | 75 | 125 | 0 | 41 | 401 | 111 | 46 |
| Binary | 1000011 | 11010 | 10101010 | 111101 | 1010101 | 0 | 100001 | 100000001 | 1001001 | 100110 |
Color Harmonies of #431AAA
Complementary color
Monochromatic Colors of #431AAA
Black with #431AAA
Text Example
Text Example
White with #431AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431AAA; }
p { color: rgb(67,26,170); }
H1.HeaderClassName
{
color: #431AAA;
}
.AnyTagClassName
{
color: #431AAA;
}
</style>
background-color css
<style>
a { background-color: #431AAA; }
a { background-color: rgb(67,26,170); }
div.DivClassName
{
background-color: #431AAA;
}
.BgClassName
{
background-color: #431AAA;
}
</style>
border-color css
<style>
span { border-color: #431AAA; }
span { border-color: rgb(67,26,170); }
td.TdClassName
{
border-color: #431AAA;
}
.TagClassName
{
border-color: #431AAA;
}
</style>