Shades of Blue Gem #403AA7
Tints of Blue Gem #403AA7
RGB
CMYK
RGB Variations
Color information
#403AA7 (or 0x403AA7) is known color: Blue Gem. HEX triplet: 40, 3A and A7. RGB value is (64,58,167). Sum of RGB (Red+Green+Blue) = 64+58+167=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 167 (65.62% from 255 or 57.79% from 289); Max value from RGB is 167 - color contains mainly: blue. Hex color #403AA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403AA7 is #BFC558. Grayscale: #474747. Windows color (decimal): -12567897 or 10959424. OLE color: 10959424.
HSL color Cylindrical-coordinate representation of color #403AA7: hue angle of 243.3º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403AA7 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 58 | 167 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.35 |
| HSL | 243.3º | 0.48% | 0.44% | - |
| HSV(B) | 243.3º | 0.65% | 0.65% | - |
| XYZ | 10.6 | 6.91 | 37.33 | - |
| YUV | 72.22 | 181.49 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 167 | 0.62 | 0.65 | 0 | 0.35 | 243.3 | 0.48 | 0.44 |
| Hex | 40 | 3A | A7 | 3E | 41 | 0 | 23 | F3 | 30 | 2C |
| Octal | 100 | 72 | 247 | 76 | 101 | 0 | 43 | 363 | 60 | 54 |
| Binary | 1000000 | 111010 | 10100111 | 111110 | 1000001 | 0 | 100011 | 11110011 | 110000 | 101100 |
Color Harmonies of #403AA7
Complementary color
Monochromatic Colors of #403AA7
Black with #403AA7
Text Example
Text Example
White with #403AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403AA7; }
p { color: rgb(64,58,167); }
H1.HeaderClassName
{
color: #403AA7;
}
.AnyTagClassName
{
color: #403AA7;
}
</style>
background-color css
<style>
a { background-color: #403AA7; }
a { background-color: rgb(64,58,167); }
div.DivClassName
{
background-color: #403AA7;
}
.BgClassName
{
background-color: #403AA7;
}
</style>
border-color css
<style>
span { border-color: #403AA7; }
span { border-color: rgb(64,58,167); }
td.TdClassName
{
border-color: #403AA7;
}
.TagClassName
{
border-color: #403AA7;
}
</style>