Shades of Blue Gem #403AAD
Tints of Blue Gem #403AAD
RGB
CMYK
RGB Variations
Color information
#403AAD (or 0x403AAD) is known color: Blue Gem. HEX triplet: 40, 3A and AD. RGB value is (64,58,173). Sum of RGB (Red+Green+Blue) = 64+58+173=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #403AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403AAD is #BFC552. Grayscale: #484848. Windows color (decimal): -12567891 or 11352640. OLE color: 11352640.
HSL color Cylindrical-coordinate representation of color #403AAD: hue angle of 243.13º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403AAD is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 58 | 173 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.32 |
| HSL | 243.13º | 0.5% | 0.45% | - |
| HSV(B) | 243.13º | 0.66% | 0.68% | - |
| XYZ | 11.17 | 7.13 | 40.32 | - |
| YUV | 72.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 173 | 0.63 | 0.66 | 0 | 0.32 | 243.13 | 0.5 | 0.45 |
| Hex | 40 | 3A | AD | 3F | 42 | 0 | 20 | F3 | 32 | 2D |
| Octal | 100 | 72 | 255 | 77 | 102 | 0 | 40 | 363 | 62 | 55 |
| Binary | 1000000 | 111010 | 10101101 | 111111 | 1000010 | 0 | 100000 | 11110011 | 110010 | 101101 |
Color Harmonies of #403AAD
Complementary color
Monochromatic Colors of #403AAD
Black with #403AAD
Text Example
Text Example
White with #403AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403AAD; }
p { color: rgb(64,58,173); }
H1.HeaderClassName
{
color: #403AAD;
}
.AnyTagClassName
{
color: #403AAD;
}
</style>
background-color css
<style>
a { background-color: #403AAD; }
a { background-color: rgb(64,58,173); }
div.DivClassName
{
background-color: #403AAD;
}
.BgClassName
{
background-color: #403AAD;
}
</style>
border-color css
<style>
span { border-color: #403AAD; }
span { border-color: rgb(64,58,173); }
td.TdClassName
{
border-color: #403AAD;
}
.TagClassName
{
border-color: #403AAD;
}
</style>