Shades of Blue Gem #4133AA
Tints of Blue Gem #4133AA
RGB
CMYK
RGB Variations
Color information
#4133AA (or 0x4133AA) is known color: Blue Gem. HEX triplet: 41, 33 and AA. RGB value is (65,51,170). Sum of RGB (Red+Green+Blue) = 65+51+170=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #4133AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4133AA is #BECC55. Grayscale: #444444. Windows color (decimal): -12504150 or 11154241. OLE color: 11154241.
HSL color Cylindrical-coordinate representation of color #4133AA: hue angle of 247.06º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4133AA is Cyan = 0.62, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 51 | 170 | - |
| CMYK | 0.62 | 0.7 | 0 | 0.33 |
| HSL | 247.06º | 0.54% | 0.43% | - |
| HSV(B) | 247.06º | 0.7% | 0.67% | - |
| XYZ | 10.62 | 6.39 | 38.7 | - |
| YUV | 68.75 | 185.14 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 170 | 0.62 | 0.7 | 0 | 0.33 | 247.06 | 0.54 | 0.43 |
| Hex | 41 | 33 | AA | 3E | 46 | 0 | 21 | F7 | 36 | 2B |
| Octal | 101 | 63 | 252 | 76 | 106 | 0 | 41 | 367 | 66 | 53 |
| Binary | 1000001 | 110011 | 10101010 | 111110 | 1000110 | 0 | 100001 | 11110111 | 110110 | 101011 |
Color Harmonies of #4133AA
Complementary color
Monochromatic Colors of #4133AA
Black with #4133AA
Text Example
Text Example
White with #4133AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4133AA; }
p { color: rgb(65,51,170); }
H1.HeaderClassName
{
color: #4133AA;
}
.AnyTagClassName
{
color: #4133AA;
}
</style>
background-color css
<style>
a { background-color: #4133AA; }
a { background-color: rgb(65,51,170); }
div.DivClassName
{
background-color: #4133AA;
}
.BgClassName
{
background-color: #4133AA;
}
</style>
border-color css
<style>
span { border-color: #4133AA; }
span { border-color: rgb(65,51,170); }
td.TdClassName
{
border-color: #4133AA;
}
.TagClassName
{
border-color: #4133AA;
}
</style>