Shades of Blue Gem #422395
Tints of Blue Gem #422395
RGB
CMYK
RGB Variations
Color information
#422395 (or 0x422395) is known color: Blue Gem. HEX triplet: 42, 23 and 95. RGB value is (66,35,149). Sum of RGB (Red+Green+Blue) = 66+35+149=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #422395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422395 is #BDDC6A. Grayscale: #383838. Windows color (decimal): -12442731 or 9773890. OLE color: 9773890.
HSL color Cylindrical-coordinate representation of color #422395: hue angle of 256.32º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422395 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 35 | 149 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.42 |
| HSL | 256.32º | 0.62% | 0.36% | - |
| HSV(B) | 256.32º | 0.77% | 0.58% | - |
| XYZ | 8.27 | 4.53 | 28.87 | - |
| YUV | 57.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 149 | 0.56 | 0.77 | 0 | 0.42 | 256.32 | 0.62 | 0.36 |
| Hex | 42 | 23 | 95 | 38 | 4D | 0 | 2A | 100 | 3E | 24 |
| Octal | 102 | 43 | 225 | 70 | 115 | 0 | 52 | 400 | 76 | 44 |
| Binary | 1000010 | 100011 | 10010101 | 111000 | 1001101 | 0 | 101010 | 100000000 | 111110 | 100100 |
Color Harmonies of #422395
Complementary color
Monochromatic Colors of #422395
Black with #422395
Text Example
Text Example
White with #422395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422395; }
p { color: rgb(66,35,149); }
H1.HeaderClassName
{
color: #422395;
}
.AnyTagClassName
{
color: #422395;
}
</style>
background-color css
<style>
a { background-color: #422395; }
a { background-color: rgb(66,35,149); }
div.DivClassName
{
background-color: #422395;
}
.BgClassName
{
background-color: #422395;
}
</style>
border-color css
<style>
span { border-color: #422395; }
span { border-color: rgb(66,35,149); }
td.TdClassName
{
border-color: #422395;
}
.TagClassName
{
border-color: #422395;
}
</style>