Shades of Blue Gem #432395
Tints of Blue Gem #432395
RGB
CMYK
RGB Variations
Color information
#432395 (or 0x432395) is known color: Blue Gem. HEX triplet: 43, 23 and 95. RGB value is (67,35,149). Sum of RGB (Red+Green+Blue) = 67+35+149=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #432395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432395 is #BCDC6A. Grayscale: #393939. Windows color (decimal): -12377195 or 9773891. OLE color: 9773891.
HSL color Cylindrical-coordinate representation of color #432395: hue angle of 256.84º 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 #432395 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 35 | 149 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.42 |
| HSL | 256.84º | 0.62% | 0.36% | - |
| HSV(B) | 256.84º | 0.77% | 0.58% | - |
| XYZ | 8.34 | 4.57 | 28.88 | - |
| YUV | 57.56 | 179.6 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 149 | 0.55 | 0.77 | 0 | 0.42 | 256.84 | 0.62 | 0.36 |
| Hex | 43 | 23 | 95 | 37 | 4D | 0 | 2A | 101 | 3E | 24 |
| Octal | 103 | 43 | 225 | 67 | 115 | 0 | 52 | 401 | 76 | 44 |
| Binary | 1000011 | 100011 | 10010101 | 110111 | 1001101 | 0 | 101010 | 100000001 | 111110 | 100100 |
Color Harmonies of #432395
Complementary color
Monochromatic Colors of #432395
Black with #432395
Text Example
Text Example
White with #432395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432395; }
p { color: rgb(67,35,149); }
H1.HeaderClassName
{
color: #432395;
}
.AnyTagClassName
{
color: #432395;
}
</style>
background-color css
<style>
a { background-color: #432395; }
a { background-color: rgb(67,35,149); }
div.DivClassName
{
background-color: #432395;
}
.BgClassName
{
background-color: #432395;
}
</style>
border-color css
<style>
span { border-color: #432395; }
span { border-color: rgb(67,35,149); }
td.TdClassName
{
border-color: #432395;
}
.TagClassName
{
border-color: #432395;
}
</style>