Shades of Blue Gem #3D1FAB
Tints of Blue Gem #3D1FAB
RGB
CMYK
RGB Variations
Color information
#3D1FAB (or 0x3D1FAB) is known color: Blue Gem. HEX triplet: 3D, 1F and AB. RGB value is (61,31,171). Sum of RGB (Red+Green+Blue) = 61+31+171=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D1FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1FAB is #C2E054. Grayscale: #373737. Windows color (decimal): -12771413 or 11214653. OLE color: 11214653.
HSL color Cylindrical-coordinate representation of color #3D1FAB: hue angle of 252.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1FAB is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 31 | 171 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.33 |
| HSL | 252.86º | 0.69% | 0.4% | - |
| HSV(B) | 252.86º | 0.82% | 0.67% | - |
| XYZ | 9.77 | 4.91 | 38.96 | - |
| YUV | 55.93 | 192.94 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 171 | 0.64 | 0.82 | 0 | 0.33 | 252.86 | 0.69 | 0.4 |
| Hex | 3D | 1F | AB | 40 | 52 | 0 | 21 | FD | 45 | 28 |
| Octal | 75 | 37 | 253 | 100 | 122 | 0 | 41 | 375 | 105 | 50 |
| Binary | 111101 | 11111 | 10101011 | 1000000 | 1010010 | 0 | 100001 | 11111101 | 1000101 | 101000 |
Color Harmonies of #3D1FAB
Complementary color
Monochromatic Colors of #3D1FAB
Black with #3D1FAB
Text Example
Text Example
White with #3D1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1FAB; }
p { color: rgb(61,31,171); }
H1.HeaderClassName
{
color: #3D1FAB;
}
.AnyTagClassName
{
color: #3D1FAB;
}
</style>
background-color css
<style>
a { background-color: #3D1FAB; }
a { background-color: rgb(61,31,171); }
div.DivClassName
{
background-color: #3D1FAB;
}
.BgClassName
{
background-color: #3D1FAB;
}
</style>
border-color css
<style>
span { border-color: #3D1FAB; }
span { border-color: rgb(61,31,171); }
td.TdClassName
{
border-color: #3D1FAB;
}
.TagClassName
{
border-color: #3D1FAB;
}
</style>