Shades of Blue Gem #4321AD
Tints of Blue Gem #4321AD
RGB
CMYK
RGB Variations
Color information
#4321AD (or 0x4321AD) is known color: Blue Gem. HEX triplet: 43, 21 and AD. RGB value is (67,33,173). Sum of RGB (Red+Green+Blue) = 67+33+173=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #4321AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4321AD is #BCDE52. Grayscale: #3A3A3A. Windows color (decimal): -12377683 or 11346243. OLE color: 11346243.
HSL color Cylindrical-coordinate representation of color #4321AD: hue angle of 254.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4321AD is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 33 | 173 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.32 |
| HSL | 254.57º | 0.68% | 0.4% | - |
| HSV(B) | 254.57º | 0.81% | 0.68% | - |
| XYZ | 10.4 | 5.3 | 40.01 | - |
| YUV | 59.13 | 192.26 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 173 | 0.61 | 0.81 | 0 | 0.32 | 254.57 | 0.68 | 0.4 |
| Hex | 43 | 21 | AD | 3D | 51 | 0 | 20 | FF | 44 | 28 |
| Octal | 103 | 41 | 255 | 75 | 121 | 0 | 40 | 377 | 104 | 50 |
| Binary | 1000011 | 100001 | 10101101 | 111101 | 1010001 | 0 | 100000 | 11111111 | 1000100 | 101000 |
Color Harmonies of #4321AD
Complementary color
Monochromatic Colors of #4321AD
Black with #4321AD
Text Example
Text Example
White with #4321AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4321AD; }
p { color: rgb(67,33,173); }
H1.HeaderClassName
{
color: #4321AD;
}
.AnyTagClassName
{
color: #4321AD;
}
</style>
background-color css
<style>
a { background-color: #4321AD; }
a { background-color: rgb(67,33,173); }
div.DivClassName
{
background-color: #4321AD;
}
.BgClassName
{
background-color: #4321AD;
}
</style>
border-color css
<style>
span { border-color: #4321AD; }
span { border-color: rgb(67,33,173); }
td.TdClassName
{
border-color: #4321AD;
}
.TagClassName
{
border-color: #4321AD;
}
</style>