Shades of Blue Gem #41288C
Tints of Blue Gem #41288C
RGB
CMYK
RGB Variations
Color information
#41288C (or 0x41288C) is known color: Blue Gem. HEX triplet: 41, 28 and 8C. RGB value is (65,40,140). Sum of RGB (Red+Green+Blue) = 65+40+140=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #41288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41288C is #BED773. Grayscale: #3A3A3A. Windows color (decimal): -12506996 or 9185345. OLE color: 9185345.
HSL color Cylindrical-coordinate representation of color #41288C: hue angle of 255º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41288C is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 40 | 140 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.45 |
| HSL | 255º | 0.56% | 0.35% | - |
| HSV(B) | 255º | 0.71% | 0.55% | - |
| XYZ | 7.67 | 4.53 | 25.28 | - |
| YUV | 58.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 140 | 0.54 | 0.71 | 0 | 0.45 | 255 | 0.56 | 0.35 |
| Hex | 41 | 28 | 8C | 36 | 47 | 0 | 2D | FF | 38 | 23 |
| Octal | 101 | 50 | 214 | 66 | 107 | 0 | 55 | 377 | 70 | 43 |
| Binary | 1000001 | 101000 | 10001100 | 110110 | 1000111 | 0 | 101101 | 11111111 | 111000 | 100011 |
Color Harmonies of #41288C
Complementary color
Monochromatic Colors of #41288C
Black with #41288C
Text Example
Text Example
White with #41288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41288C; }
p { color: rgb(65,40,140); }
H1.HeaderClassName
{
color: #41288C;
}
.AnyTagClassName
{
color: #41288C;
}
</style>
background-color css
<style>
a { background-color: #41288C; }
a { background-color: rgb(65,40,140); }
div.DivClassName
{
background-color: #41288C;
}
.BgClassName
{
background-color: #41288C;
}
</style>
border-color css
<style>
span { border-color: #41288C; }
span { border-color: rgb(65,40,140); }
td.TdClassName
{
border-color: #41288C;
}
.TagClassName
{
border-color: #41288C;
}
</style>