Shades of Blue Gem #45298F
Tints of Blue Gem #45298F
RGB
CMYK
RGB Variations
Color information
#45298F (or 0x45298F) is known color: Blue Gem. HEX triplet: 45, 29 and 8F. RGB value is (69,41,143). Sum of RGB (Red+Green+Blue) = 69+41+143=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #45298F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45298F is #BAD670. Grayscale: #3C3C3C. Windows color (decimal): -12244593 or 9382213. OLE color: 9382213.
HSL color Cylindrical-coordinate representation of color #45298F: hue angle of 256.47º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45298F is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 41 | 143 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.44 |
| HSL | 256.47º | 0.55% | 0.36% | - |
| HSV(B) | 256.47º | 0.71% | 0.56% | - |
| XYZ | 8.21 | 4.83 | 26.49 | - |
| YUV | 61 | 174.28 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 143 | 0.52 | 0.71 | 0 | 0.44 | 256.47 | 0.55 | 0.36 |
| Hex | 45 | 29 | 8F | 34 | 47 | 0 | 2C | 100 | 37 | 24 |
| Octal | 105 | 51 | 217 | 64 | 107 | 0 | 54 | 400 | 67 | 44 |
| Binary | 1000101 | 101001 | 10001111 | 110100 | 1000111 | 0 | 101100 | 100000000 | 110111 | 100100 |
Color Harmonies of #45298F
Complementary color
Monochromatic Colors of #45298F
Black with #45298F
Text Example
Text Example
White with #45298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45298F; }
p { color: rgb(69,41,143); }
H1.HeaderClassName
{
color: #45298F;
}
.AnyTagClassName
{
color: #45298F;
}
</style>
background-color css
<style>
a { background-color: #45298F; }
a { background-color: rgb(69,41,143); }
div.DivClassName
{
background-color: #45298F;
}
.BgClassName
{
background-color: #45298F;
}
</style>
border-color css
<style>
span { border-color: #45298F; }
span { border-color: rgb(69,41,143); }
td.TdClassName
{
border-color: #45298F;
}
.TagClassName
{
border-color: #45298F;
}
</style>