Shades of Blue Gem #4023A3
Tints of Blue Gem #4023A3
RGB
CMYK
RGB Variations
Color information
#4023A3 (or 0x4023A3) is known color: Blue Gem. HEX triplet: 40, 23 and A3. RGB value is (64,35,163). Sum of RGB (Red+Green+Blue) = 64+35+163=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 163 (64.06% from 255 or 62.21% from 262); Max value from RGB is 163 - color contains mainly: blue. Hex color #4023A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4023A3 is #BFDC5C. Grayscale: #393939. Windows color (decimal): -12573789 or 10691392. OLE color: 10691392.
HSL color Cylindrical-coordinate representation of color #4023A3: hue angle of 253.59º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4023A3 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 35 | 163 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.36 |
| HSL | 253.59º | 0.65% | 0.39% | - |
| HSV(B) | 253.59º | 0.79% | 0.64% | - |
| XYZ | 9.33 | 4.94 | 35.11 | - |
| YUV | 58.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 163 | 0.61 | 0.79 | 0 | 0.36 | 253.59 | 0.65 | 0.39 |
| Hex | 40 | 23 | A3 | 3D | 4F | 0 | 24 | FE | 41 | 27 |
| Octal | 100 | 43 | 243 | 75 | 117 | 0 | 44 | 376 | 101 | 47 |
| Binary | 1000000 | 100011 | 10100011 | 111101 | 1001111 | 0 | 100100 | 11111110 | 1000001 | 100111 |
Color Harmonies of #4023A3
Complementary color
Monochromatic Colors of #4023A3
Black with #4023A3
Text Example
Text Example
White with #4023A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4023A3; }
p { color: rgb(64,35,163); }
H1.HeaderClassName
{
color: #4023A3;
}
.AnyTagClassName
{
color: #4023A3;
}
</style>
background-color css
<style>
a { background-color: #4023A3; }
a { background-color: rgb(64,35,163); }
div.DivClassName
{
background-color: #4023A3;
}
.BgClassName
{
background-color: #4023A3;
}
</style>
border-color css
<style>
span { border-color: #4023A3; }
span { border-color: rgb(64,35,163); }
td.TdClassName
{
border-color: #4023A3;
}
.TagClassName
{
border-color: #4023A3;
}
</style>