Shades of Blue Gem #401DA3
Tints of Blue Gem #401DA3
RGB
CMYK
RGB Variations
Color information
#401DA3 (or 0x401DA3) is known color: Blue Gem. HEX triplet: 40, 1D and A3. RGB value is (64,29,163). Sum of RGB (Red+Green+Blue) = 64+29+163=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 163 (64.06% from 255 or 63.67% from 256); Max value from RGB is 163 - color contains mainly: blue. Hex color #401DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401DA3 is #BFE25C. Grayscale: #363636. Windows color (decimal): -12575325 or 10689856. OLE color: 10689856.
HSL color Cylindrical-coordinate representation of color #401DA3: hue angle of 255.67º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401DA3 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 29 | 163 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.36 |
| HSL | 255.67º | 0.7% | 0.38% | - |
| HSV(B) | 255.67º | 0.82% | 0.64% | - |
| XYZ | 9.16 | 4.61 | 35.06 | - |
| YUV | 54.74 | 189.1 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 163 | 0.61 | 0.82 | 0 | 0.36 | 255.67 | 0.7 | 0.38 |
| Hex | 40 | 1D | A3 | 3D | 52 | 0 | 24 | 100 | 46 | 26 |
| Octal | 100 | 35 | 243 | 75 | 122 | 0 | 44 | 400 | 106 | 46 |
| Binary | 1000000 | 11101 | 10100011 | 111101 | 1010010 | 0 | 100100 | 100000000 | 1000110 | 100110 |
Color Harmonies of #401DA3
Complementary color
Monochromatic Colors of #401DA3
Black with #401DA3
Text Example
Text Example
White with #401DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401DA3; }
p { color: rgb(64,29,163); }
H1.HeaderClassName
{
color: #401DA3;
}
.AnyTagClassName
{
color: #401DA3;
}
</style>
background-color css
<style>
a { background-color: #401DA3; }
a { background-color: rgb(64,29,163); }
div.DivClassName
{
background-color: #401DA3;
}
.BgClassName
{
background-color: #401DA3;
}
</style>
border-color css
<style>
span { border-color: #401DA3; }
span { border-color: rgb(64,29,163); }
td.TdClassName
{
border-color: #401DA3;
}
.TagClassName
{
border-color: #401DA3;
}
</style>