Shades of Blue Gem #401FA7
Tints of Blue Gem #401FA7
RGB
CMYK
RGB Variations
Color information
#401FA7 (or 0x401FA7) is known color: Blue Gem. HEX triplet: 40, 1F and A7. RGB value is (64,31,167). Sum of RGB (Red+Green+Blue) = 64+31+167=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 167 (65.62% from 255 or 63.74% from 262); Max value from RGB is 167 - color contains mainly: blue. Hex color #401FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401FA7 is #BFE058. Grayscale: #373737. Windows color (decimal): -12574809 or 10952512. OLE color: 10952512.
HSL color Cylindrical-coordinate representation of color #401FA7: hue angle of 254.56º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401FA7 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 31 | 167 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.35 |
| HSL | 254.56º | 0.69% | 0.39% | - |
| HSV(B) | 254.56º | 0.81% | 0.65% | - |
| XYZ | 9.58 | 4.86 | 36.99 | - |
| YUV | 56.37 | 190.43 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 167 | 0.62 | 0.81 | 0 | 0.35 | 254.56 | 0.69 | 0.39 |
| Hex | 40 | 1F | A7 | 3E | 51 | 0 | 23 | FF | 45 | 27 |
| Octal | 100 | 37 | 247 | 76 | 121 | 0 | 43 | 377 | 105 | 47 |
| Binary | 1000000 | 11111 | 10100111 | 111110 | 1010001 | 0 | 100011 | 11111111 | 1000101 | 100111 |
Color Harmonies of #401FA7
Complementary color
Monochromatic Colors of #401FA7
Black with #401FA7
Text Example
Text Example
White with #401FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401FA7; }
p { color: rgb(64,31,167); }
H1.HeaderClassName
{
color: #401FA7;
}
.AnyTagClassName
{
color: #401FA7;
}
</style>
background-color css
<style>
a { background-color: #401FA7; }
a { background-color: rgb(64,31,167); }
div.DivClassName
{
background-color: #401FA7;
}
.BgClassName
{
background-color: #401FA7;
}
</style>
border-color css
<style>
span { border-color: #401FA7; }
span { border-color: rgb(64,31,167); }
td.TdClassName
{
border-color: #401FA7;
}
.TagClassName
{
border-color: #401FA7;
}
</style>