Shades of Blue Gem #401C9F
Tints of Blue Gem #401C9F
RGB
CMYK
RGB Variations
Color information
#401C9F (or 0x401C9F) is known color: Blue Gem. HEX triplet: 40, 1C and 9F. RGB value is (64,28,159). Sum of RGB (Red+Green+Blue) = 64+28+159=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #401C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401C9F is #BFE360. Grayscale: #353535. Windows color (decimal): -12575585 or 10427456. OLE color: 10427456.
HSL color Cylindrical-coordinate representation of color #401C9F: hue angle of 256.49º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401C9F is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 28 | 159 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.38 |
| HSL | 256.49º | 0.7% | 0.37% | - |
| HSV(B) | 256.49º | 0.82% | 0.62% | - |
| XYZ | 8.79 | 4.42 | 33.19 | - |
| YUV | 53.7 | 187.43 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 159 | 0.60 | 0.82 | 0 | 0.38 | 256.49 | 0.7 | 0.37 |
| Hex | 40 | 1C | 9F | 3C | 52 | 0 | 26 | 100 | 46 | 25 |
| Octal | 100 | 34 | 237 | 74 | 122 | 0 | 46 | 400 | 106 | 45 |
| Binary | 1000000 | 11100 | 10011111 | 111100 | 1010010 | 0 | 100110 | 100000000 | 1000110 | 100101 |
Color Harmonies of #401C9F
Complementary color
Monochromatic Colors of #401C9F
Black with #401C9F
Text Example
Text Example
White with #401C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C9F; }
p { color: rgb(64,28,159); }
H1.HeaderClassName
{
color: #401C9F;
}
.AnyTagClassName
{
color: #401C9F;
}
</style>
background-color css
<style>
a { background-color: #401C9F; }
a { background-color: rgb(64,28,159); }
div.DivClassName
{
background-color: #401C9F;
}
.BgClassName
{
background-color: #401C9F;
}
</style>
border-color css
<style>
span { border-color: #401C9F; }
span { border-color: rgb(64,28,159); }
td.TdClassName
{
border-color: #401C9F;
}
.TagClassName
{
border-color: #401C9F;
}
</style>