Shades of Blue Gem #3D1FB1
Tints of Blue Gem #3D1FB1
RGB
CMYK
RGB Variations
Color information
#3D1FB1 (or 0x3D1FB1) is known color: Blue Gem. HEX triplet: 3D, 1F and B1. RGB value is (61,31,177). Sum of RGB (Red+Green+Blue) = 61+31+177=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 177 (69.53% from 255 or 65.80% from 269); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D1FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1FB1 is #C2E04E. Grayscale: #383838. Windows color (decimal): -12771407 or 11607869. OLE color: 11607869.
HSL color Cylindrical-coordinate representation of color #3D1FB1: hue angle of 252.33º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1FB1 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 31 | 177 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.31 |
| HSL | 252.33º | 0.7% | 0.41% | - |
| HSV(B) | 252.33º | 0.82% | 0.69% | - |
| XYZ | 10.35 | 5.15 | 42.04 | - |
| YUV | 56.61 | 195.94 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 177 | 0.66 | 0.82 | 0 | 0.31 | 252.33 | 0.7 | 0.41 |
| Hex | 3D | 1F | B1 | 42 | 52 | 0 | 1F | FC | 46 | 29 |
| Octal | 75 | 37 | 261 | 102 | 122 | 0 | 37 | 374 | 106 | 51 |
| Binary | 111101 | 11111 | 10110001 | 1000010 | 1010010 | 0 | 11111 | 11111100 | 1000110 | 101001 |
Color Harmonies of #3D1FB1
Complementary color
Monochromatic Colors of #3D1FB1
Black with #3D1FB1
Text Example
Text Example
White with #3D1FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1FB1; }
p { color: rgb(61,31,177); }
H1.HeaderClassName
{
color: #3D1FB1;
}
.AnyTagClassName
{
color: #3D1FB1;
}
</style>
background-color css
<style>
a { background-color: #3D1FB1; }
a { background-color: rgb(61,31,177); }
div.DivClassName
{
background-color: #3D1FB1;
}
.BgClassName
{
background-color: #3D1FB1;
}
</style>
border-color css
<style>
span { border-color: #3D1FB1; }
span { border-color: rgb(61,31,177); }
td.TdClassName
{
border-color: #3D1FB1;
}
.TagClassName
{
border-color: #3D1FB1;
}
</style>