Shades of Blue Gem #4015AA
Tints of Blue Gem #4015AA
RGB
CMYK
RGB Variations
Color information
#4015AA (or 0x4015AA) is known color: Blue Gem. HEX triplet: 40, 15 and AA. RGB value is (64,21,170). Sum of RGB (Red+Green+Blue) = 64+21+170=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #4015AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4015AA is #BFEA55. Grayscale: #323232. Windows color (decimal): -12577366 or 11146560. OLE color: 11146560.
HSL color Cylindrical-coordinate representation of color #4015AA: hue angle of 257.32º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4015AA is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 21 | 170 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.33 |
| HSL | 257.32º | 0.78% | 0.37% | - |
| HSV(B) | 257.32º | 0.88% | 0.67% | - |
| XYZ | 9.64 | 4.53 | 38.4 | - |
| YUV | 50.84 | 195.25 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 170 | 0.62 | 0.88 | 0 | 0.33 | 257.32 | 0.78 | 0.37 |
| Hex | 40 | 15 | AA | 3E | 58 | 0 | 21 | 101 | 4E | 25 |
| Octal | 100 | 25 | 252 | 76 | 130 | 0 | 41 | 401 | 116 | 45 |
| Binary | 1000000 | 10101 | 10101010 | 111110 | 1011000 | 0 | 100001 | 100000001 | 1001110 | 100101 |
Color Harmonies of #4015AA
Complementary color
Monochromatic Colors of #4015AA
Black with #4015AA
Text Example
Text Example
White with #4015AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4015AA; }
p { color: rgb(64,21,170); }
H1.HeaderClassName
{
color: #4015AA;
}
.AnyTagClassName
{
color: #4015AA;
}
</style>
background-color css
<style>
a { background-color: #4015AA; }
a { background-color: rgb(64,21,170); }
div.DivClassName
{
background-color: #4015AA;
}
.BgClassName
{
background-color: #4015AA;
}
</style>
border-color css
<style>
span { border-color: #4015AA; }
span { border-color: rgb(64,21,170); }
td.TdClassName
{
border-color: #4015AA;
}
.TagClassName
{
border-color: #4015AA;
}
</style>