Shades of Blue Gem #41239C
Tints of Blue Gem #41239C
RGB
CMYK
RGB Variations
Color information
#41239C (or 0x41239C) is known color: Blue Gem. HEX triplet: 41, 23 and 9C. RGB value is (65,35,156). Sum of RGB (Red+Green+Blue) = 65+35+156=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #41239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41239C is #BEDC63. Grayscale: #393939. Windows color (decimal): -12508260 or 10232641. OLE color: 10232641.
HSL color Cylindrical-coordinate representation of color #41239C: hue angle of 254.88º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41239C is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 35 | 156 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.39 |
| HSL | 254.88º | 0.63% | 0.37% | - |
| HSV(B) | 254.88º | 0.78% | 0.61% | - |
| XYZ | 8.78 | 4.73 | 31.9 | - |
| YUV | 57.76 | 183.44 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 156 | 0.58 | 0.78 | 0 | 0.39 | 254.88 | 0.63 | 0.37 |
| Hex | 41 | 23 | 9C | 3A | 4E | 0 | 27 | FF | 3F | 25 |
| Octal | 101 | 43 | 234 | 72 | 116 | 0 | 47 | 377 | 77 | 45 |
| Binary | 1000001 | 100011 | 10011100 | 111010 | 1001110 | 0 | 100111 | 11111111 | 111111 | 100101 |
Color Harmonies of #41239C
Complementary color
Monochromatic Colors of #41239C
Black with #41239C
Text Example
Text Example
White with #41239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41239C; }
p { color: rgb(65,35,156); }
H1.HeaderClassName
{
color: #41239C;
}
.AnyTagClassName
{
color: #41239C;
}
</style>
background-color css
<style>
a { background-color: #41239C; }
a { background-color: rgb(65,35,156); }
div.DivClassName
{
background-color: #41239C;
}
.BgClassName
{
background-color: #41239C;
}
</style>
border-color css
<style>
span { border-color: #41239C; }
span { border-color: rgb(65,35,156); }
td.TdClassName
{
border-color: #41239C;
}
.TagClassName
{
border-color: #41239C;
}
</style>