Shades of Blue Gem #4020A3
Tints of Blue Gem #4020A3
RGB
CMYK
RGB Variations
Color information
#4020A3 (or 0x4020A3) is known color: Blue Gem. HEX triplet: 40, 20 and A3. RGB value is (64,32,163). Sum of RGB (Red+Green+Blue) = 64+32+163=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 163 (64.06% from 255 or 62.93% from 259); Max value from RGB is 163 - color contains mainly: blue. Hex color #4020A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4020A3 is #BFDF5C. Grayscale: #383838. Windows color (decimal): -12574557 or 10690624. OLE color: 10690624.
HSL color Cylindrical-coordinate representation of color #4020A3: hue angle of 254.66º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4020A3 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 32 | 163 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.36 |
| HSL | 254.66º | 0.67% | 0.38% | - |
| HSV(B) | 254.66º | 0.8% | 0.64% | - |
| XYZ | 9.24 | 4.77 | 35.08 | - |
| YUV | 56.5 | 188.1 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 163 | 0.61 | 0.80 | 0 | 0.36 | 254.66 | 0.67 | 0.38 |
| Hex | 40 | 20 | A3 | 3D | 50 | 0 | 24 | FF | 43 | 26 |
| Octal | 100 | 40 | 243 | 75 | 120 | 0 | 44 | 377 | 103 | 46 |
| Binary | 1000000 | 100000 | 10100011 | 111101 | 1010000 | 0 | 100100 | 11111111 | 1000011 | 100110 |
Color Harmonies of #4020A3
Complementary color
Monochromatic Colors of #4020A3
Black with #4020A3
Text Example
Text Example
White with #4020A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4020A3; }
p { color: rgb(64,32,163); }
H1.HeaderClassName
{
color: #4020A3;
}
.AnyTagClassName
{
color: #4020A3;
}
</style>
background-color css
<style>
a { background-color: #4020A3; }
a { background-color: rgb(64,32,163); }
div.DivClassName
{
background-color: #4020A3;
}
.BgClassName
{
background-color: #4020A3;
}
</style>
border-color css
<style>
span { border-color: #4020A3; }
span { border-color: rgb(64,32,163); }
td.TdClassName
{
border-color: #4020A3;
}
.TagClassName
{
border-color: #4020A3;
}
</style>