Shades of Blue Gem #422BAB
Tints of Blue Gem #422BAB
RGB
CMYK
RGB Variations
Color information
#422BAB (or 0x422BAB) is known color: Blue Gem. HEX triplet: 42, 2B and AB. RGB value is (66,43,171). Sum of RGB (Red+Green+Blue) = 66+43+171=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #422BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422BAB is #BDD454. Grayscale: #3F3F3F. Windows color (decimal): -12440661 or 11217730. OLE color: 11217730.
HSL color Cylindrical-coordinate representation of color #422BAB: hue angle of 250.78º 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 #422BAB is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 43 | 171 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.33 |
| HSL | 250.78º | 0.6% | 0.42% | - |
| HSV(B) | 250.78º | 0.75% | 0.67% | - |
| XYZ | 10.46 | 5.83 | 39.1 | - |
| YUV | 64.47 | 188.12 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 171 | 0.61 | 0.75 | 0 | 0.33 | 250.78 | 0.6 | 0.42 |
| Hex | 42 | 2B | AB | 3D | 4B | 0 | 21 | FB | 3C | 2A |
| Octal | 102 | 53 | 253 | 75 | 113 | 0 | 41 | 373 | 74 | 52 |
| Binary | 1000010 | 101011 | 10101011 | 111101 | 1001011 | 0 | 100001 | 11111011 | 111100 | 101010 |
Color Harmonies of #422BAB
Complementary color
Monochromatic Colors of #422BAB
Black with #422BAB
Text Example
Text Example
White with #422BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422BAB; }
p { color: rgb(66,43,171); }
H1.HeaderClassName
{
color: #422BAB;
}
.AnyTagClassName
{
color: #422BAB;
}
</style>
background-color css
<style>
a { background-color: #422BAB; }
a { background-color: rgb(66,43,171); }
div.DivClassName
{
background-color: #422BAB;
}
.BgClassName
{
background-color: #422BAB;
}
</style>
border-color css
<style>
span { border-color: #422BAB; }
span { border-color: rgb(66,43,171); }
td.TdClassName
{
border-color: #422BAB;
}
.TagClassName
{
border-color: #422BAB;
}
</style>