Shades of Blue Gem #433293
Tints of Blue Gem #433293
RGB
CMYK
RGB Variations
Color information
#433293 (or 0x433293) is known color: Blue Gem. HEX triplet: 43, 32 and 93. RGB value is (67,50,147). Sum of RGB (Red+Green+Blue) = 67+50+147=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #433293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433293 is #BCCD6C. Grayscale: #414141. Windows color (decimal): -12373357 or 9646659. OLE color: 9646659.
HSL color Cylindrical-coordinate representation of color #433293: hue angle of 250.52º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #433293 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 50 | 147 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.42 |
| HSL | 250.52º | 0.49% | 0.39% | - |
| HSV(B) | 250.52º | 0.66% | 0.58% | - |
| XYZ | 8.72 | 5.58 | 28.22 | - |
| YUV | 66.14 | 173.63 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 147 | 0.54 | 0.66 | 0 | 0.42 | 250.52 | 0.49 | 0.39 |
| Hex | 43 | 32 | 93 | 36 | 42 | 0 | 2A | FB | 31 | 27 |
| Octal | 103 | 62 | 223 | 66 | 102 | 0 | 52 | 373 | 61 | 47 |
| Binary | 1000011 | 110010 | 10010011 | 110110 | 1000010 | 0 | 101010 | 11111011 | 110001 | 100111 |
Color Harmonies of #433293
Complementary color
Monochromatic Colors of #433293
Black with #433293
Text Example
Text Example
White with #433293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433293; }
p { color: rgb(67,50,147); }
H1.HeaderClassName
{
color: #433293;
}
.AnyTagClassName
{
color: #433293;
}
</style>
background-color css
<style>
a { background-color: #433293; }
a { background-color: rgb(67,50,147); }
div.DivClassName
{
background-color: #433293;
}
.BgClassName
{
background-color: #433293;
}
</style>
border-color css
<style>
span { border-color: #433293; }
span { border-color: rgb(67,50,147); }
td.TdClassName
{
border-color: #433293;
}
.TagClassName
{
border-color: #433293;
}
</style>