Shades of Blue Gem #411B9D
Tints of Blue Gem #411B9D
RGB
CMYK
RGB Variations
Color information
#411B9D (or 0x411B9D) is known color: Blue Gem. HEX triplet: 41, 1B and 9D. RGB value is (65,27,157). Sum of RGB (Red+Green+Blue) = 65+27+157=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #411B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411B9D is #BEE462. Grayscale: #343434. Windows color (decimal): -12510307 or 10296129. OLE color: 10296129.
HSL color Cylindrical-coordinate representation of color #411B9D: hue angle of 257.54º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411B9D is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 27 | 157 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.38 |
| HSL | 257.54º | 0.71% | 0.36% | - |
| HSV(B) | 257.54º | 0.83% | 0.62% | - |
| XYZ | 8.66 | 4.34 | 32.28 | - |
| YUV | 53.18 | 186.59 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 157 | 0.59 | 0.83 | 0 | 0.38 | 257.54 | 0.71 | 0.36 |
| Hex | 41 | 1B | 9D | 3B | 53 | 0 | 26 | 102 | 47 | 24 |
| Octal | 101 | 33 | 235 | 73 | 123 | 0 | 46 | 402 | 107 | 44 |
| Binary | 1000001 | 11011 | 10011101 | 111011 | 1010011 | 0 | 100110 | 100000010 | 1000111 | 100100 |
Color Harmonies of #411B9D
Complementary color
Monochromatic Colors of #411B9D
Black with #411B9D
Text Example
Text Example
White with #411B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B9D; }
p { color: rgb(65,27,157); }
H1.HeaderClassName
{
color: #411B9D;
}
.AnyTagClassName
{
color: #411B9D;
}
</style>
background-color css
<style>
a { background-color: #411B9D; }
a { background-color: rgb(65,27,157); }
div.DivClassName
{
background-color: #411B9D;
}
.BgClassName
{
background-color: #411B9D;
}
</style>
border-color css
<style>
span { border-color: #411B9D; }
span { border-color: rgb(65,27,157); }
td.TdClassName
{
border-color: #411B9D;
}
.TagClassName
{
border-color: #411B9D;
}
</style>