Shades of Blue Gem #3D1BAB
Tints of Blue Gem #3D1BAB
RGB
CMYK
RGB Variations
Color information
#3D1BAB (or 0x3D1BAB) is known color: Blue Gem. HEX triplet: 3D, 1B and AB. RGB value is (61,27,171). Sum of RGB (Red+Green+Blue) = 61+27+171=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D1BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1BAB is #C2E454. Grayscale: #353535. Windows color (decimal): -12772437 or 11213629. OLE color: 11213629.
HSL color Cylindrical-coordinate representation of color #3D1BAB: hue angle of 254.17º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D1BAB is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 27 | 171 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.33 |
| HSL | 254.17º | 0.73% | 0.39% | - |
| HSV(B) | 254.17º | 0.84% | 0.67% | - |
| XYZ | 9.67 | 4.72 | 38.93 | - |
| YUV | 53.58 | 194.26 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 171 | 0.64 | 0.84 | 0 | 0.33 | 254.17 | 0.73 | 0.39 |
| Hex | 3D | 1B | AB | 40 | 54 | 0 | 21 | FE | 49 | 27 |
| Octal | 75 | 33 | 253 | 100 | 124 | 0 | 41 | 376 | 111 | 47 |
| Binary | 111101 | 11011 | 10101011 | 1000000 | 1010100 | 0 | 100001 | 11111110 | 1001001 | 100111 |
Color Harmonies of #3D1BAB
Complementary color
Monochromatic Colors of #3D1BAB
Black with #3D1BAB
Text Example
Text Example
White with #3D1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1BAB; }
p { color: rgb(61,27,171); }
H1.HeaderClassName
{
color: #3D1BAB;
}
.AnyTagClassName
{
color: #3D1BAB;
}
</style>
background-color css
<style>
a { background-color: #3D1BAB; }
a { background-color: rgb(61,27,171); }
div.DivClassName
{
background-color: #3D1BAB;
}
.BgClassName
{
background-color: #3D1BAB;
}
</style>
border-color css
<style>
span { border-color: #3D1BAB; }
span { border-color: rgb(61,27,171); }
td.TdClassName
{
border-color: #3D1BAB;
}
.TagClassName
{
border-color: #3D1BAB;
}
</style>