Shades of Blue Gem #402BAB
Tints of Blue Gem #402BAB
RGB
CMYK
RGB Variations
Color information
#402BAB (or 0x402BAB) is known color: Blue Gem. HEX triplet: 40, 2B and AB. RGB value is (64,43,171). Sum of RGB (Red+Green+Blue) = 64+43+171=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #402BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402BAB is #BFD454. Grayscale: #3F3F3F. Windows color (decimal): -12571733 or 11217728. OLE color: 11217728.
HSL color Cylindrical-coordinate representation of color #402BAB: hue angle of 249.84º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402BAB is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 43 | 171 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.33 |
| HSL | 249.84º | 0.6% | 0.42% | - |
| HSV(B) | 249.84º | 0.75% | 0.67% | - |
| XYZ | 10.33 | 5.76 | 39.1 | - |
| YUV | 63.87 | 188.46 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 171 | 0.63 | 0.75 | 0 | 0.33 | 249.84 | 0.6 | 0.42 |
| Hex | 40 | 2B | AB | 3F | 4B | 0 | 21 | FA | 3C | 2A |
| Octal | 100 | 53 | 253 | 77 | 113 | 0 | 41 | 372 | 74 | 52 |
| Binary | 1000000 | 101011 | 10101011 | 111111 | 1001011 | 0 | 100001 | 11111010 | 111100 | 101010 |
Color Harmonies of #402BAB
Complementary color
Monochromatic Colors of #402BAB
Black with #402BAB
Text Example
Text Example
White with #402BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402BAB; }
p { color: rgb(64,43,171); }
H1.HeaderClassName
{
color: #402BAB;
}
.AnyTagClassName
{
color: #402BAB;
}
</style>
background-color css
<style>
a { background-color: #402BAB; }
a { background-color: rgb(64,43,171); }
div.DivClassName
{
background-color: #402BAB;
}
.BgClassName
{
background-color: #402BAB;
}
</style>
border-color css
<style>
span { border-color: #402BAB; }
span { border-color: rgb(64,43,171); }
td.TdClassName
{
border-color: #402BAB;
}
.TagClassName
{
border-color: #402BAB;
}
</style>