Shades of Blue Gem #423199
Tints of Blue Gem #423199
RGB
CMYK
RGB Variations
Color information
#423199 (or 0x423199) is known color: Blue Gem. HEX triplet: 42, 31 and 99. RGB value is (66,49,153). Sum of RGB (Red+Green+Blue) = 66+49+153=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #423199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423199 is #BDCE66. Grayscale: #414141. Windows color (decimal): -12439143 or 10039618. OLE color: 10039618.
HSL color Cylindrical-coordinate representation of color #423199: hue angle of 249.81º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #423199 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 49 | 153 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.4 |
| HSL | 249.81º | 0.51% | 0.4% | - |
| HSV(B) | 249.81º | 0.68% | 0.6% | - |
| XYZ | 9.09 | 5.65 | 30.75 | - |
| YUV | 65.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 153 | 0.57 | 0.68 | 0 | 0.4 | 249.81 | 0.51 | 0.4 |
| Hex | 42 | 31 | 99 | 39 | 44 | 0 | 28 | FA | 33 | 28 |
| Octal | 102 | 61 | 231 | 71 | 104 | 0 | 50 | 372 | 63 | 50 |
| Binary | 1000010 | 110001 | 10011001 | 111001 | 1000100 | 0 | 101000 | 11111010 | 110011 | 101000 |
Color Harmonies of #423199
Complementary color
Monochromatic Colors of #423199
Black with #423199
Text Example
Text Example
White with #423199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423199; }
p { color: rgb(66,49,153); }
H1.HeaderClassName
{
color: #423199;
}
.AnyTagClassName
{
color: #423199;
}
</style>
background-color css
<style>
a { background-color: #423199; }
a { background-color: rgb(66,49,153); }
div.DivClassName
{
background-color: #423199;
}
.BgClassName
{
background-color: #423199;
}
</style>
border-color css
<style>
span { border-color: #423199; }
span { border-color: rgb(66,49,153); }
td.TdClassName
{
border-color: #423199;
}
.TagClassName
{
border-color: #423199;
}
</style>