Shades of Blue Gem #45219D
Tints of Blue Gem #45219D
RGB
CMYK
RGB Variations
Color information
#45219D (or 0x45219D) is known color: Blue Gem. HEX triplet: 45, 21 and 9D. RGB value is (69,33,157). Sum of RGB (Red+Green+Blue) = 69+33+157=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #45219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45219D is #BADE62. Grayscale: #393939. Windows color (decimal): -12246627 or 10297669. OLE color: 10297669.
HSL color Cylindrical-coordinate representation of color #45219D: hue angle of 257.42º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45219D is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 33 | 157 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.38 |
| HSL | 257.42º | 0.65% | 0.37% | - |
| HSV(B) | 257.42º | 0.79% | 0.62% | - |
| XYZ | 9.08 | 4.79 | 32.34 | - |
| YUV | 57.9 | 183.93 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 157 | 0.56 | 0.79 | 0 | 0.38 | 257.42 | 0.65 | 0.37 |
| Hex | 45 | 21 | 9D | 38 | 4F | 0 | 26 | 101 | 41 | 25 |
| Octal | 105 | 41 | 235 | 70 | 117 | 0 | 46 | 401 | 101 | 45 |
| Binary | 1000101 | 100001 | 10011101 | 111000 | 1001111 | 0 | 100110 | 100000001 | 1000001 | 100101 |
Color Harmonies of #45219D
Complementary color
Monochromatic Colors of #45219D
Black with #45219D
Text Example
Text Example
White with #45219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45219D; }
p { color: rgb(69,33,157); }
H1.HeaderClassName
{
color: #45219D;
}
.AnyTagClassName
{
color: #45219D;
}
</style>
background-color css
<style>
a { background-color: #45219D; }
a { background-color: rgb(69,33,157); }
div.DivClassName
{
background-color: #45219D;
}
.BgClassName
{
background-color: #45219D;
}
</style>
border-color css
<style>
span { border-color: #45219D; }
span { border-color: rgb(69,33,157); }
td.TdClassName
{
border-color: #45219D;
}
.TagClassName
{
border-color: #45219D;
}
</style>