Shades of Blue Gem #4121AF
Tints of Blue Gem #4121AF
RGB
CMYK
RGB Variations
Color information
#4121AF (or 0x4121AF) is known color: Blue Gem. HEX triplet: 41, 21 and AF. RGB value is (65,33,175). Sum of RGB (Red+Green+Blue) = 65+33+175=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #4121AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4121AF is #BEDE50. Grayscale: #3A3A3A. Windows color (decimal): -12508753 or 11477313. OLE color: 11477313.
HSL color Cylindrical-coordinate representation of color #4121AF: hue angle of 253.52º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4121AF is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 33 | 175 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.31 |
| HSL | 253.52º | 0.68% | 0.41% | - |
| HSV(B) | 253.52º | 0.81% | 0.69% | - |
| XYZ | 10.46 | 5.31 | 41.03 | - |
| YUV | 58.76 | 193.6 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 175 | 0.63 | 0.81 | 0 | 0.31 | 253.52 | 0.68 | 0.41 |
| Hex | 41 | 21 | AF | 3F | 51 | 0 | 1F | FE | 44 | 29 |
| Octal | 101 | 41 | 257 | 77 | 121 | 0 | 37 | 376 | 104 | 51 |
| Binary | 1000001 | 100001 | 10101111 | 111111 | 1010001 | 0 | 11111 | 11111110 | 1000100 | 101001 |
Color Harmonies of #4121AF
Complementary color
Monochromatic Colors of #4121AF
Black with #4121AF
Text Example
Text Example
White with #4121AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4121AF; }
p { color: rgb(65,33,175); }
H1.HeaderClassName
{
color: #4121AF;
}
.AnyTagClassName
{
color: #4121AF;
}
</style>
background-color css
<style>
a { background-color: #4121AF; }
a { background-color: rgb(65,33,175); }
div.DivClassName
{
background-color: #4121AF;
}
.BgClassName
{
background-color: #4121AF;
}
</style>
border-color css
<style>
span { border-color: #4121AF; }
span { border-color: rgb(65,33,175); }
td.TdClassName
{
border-color: #4121AF;
}
.TagClassName
{
border-color: #4121AF;
}
</style>