Shades of Blue Gem #3D1D9C
Tints of Blue Gem #3D1D9C
RGB
CMYK
RGB Variations
Color information
#3D1D9C (or 0x3D1D9C) is known color: Blue Gem. HEX triplet: 3D, 1D and 9C. RGB value is (61,29,156). Sum of RGB (Red+Green+Blue) = 61+29+156=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D1D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1D9C is #C2E263. Grayscale: #343434. Windows color (decimal): -12771940 or 10231101. OLE color: 10231101.
HSL color Cylindrical-coordinate representation of color #3D1D9C: hue angle of 255.12º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D1D9C is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 29 | 156 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.39 |
| HSL | 255.12º | 0.69% | 0.36% | - |
| HSV(B) | 255.12º | 0.81% | 0.61% | - |
| XYZ | 8.36 | 4.27 | 31.84 | - |
| YUV | 53.05 | 186.1 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 156 | 0.61 | 0.81 | 0 | 0.39 | 255.12 | 0.69 | 0.36 |
| Hex | 3D | 1D | 9C | 3D | 51 | 0 | 27 | FF | 45 | 24 |
| Octal | 75 | 35 | 234 | 75 | 121 | 0 | 47 | 377 | 105 | 44 |
| Binary | 111101 | 11101 | 10011100 | 111101 | 1010001 | 0 | 100111 | 11111111 | 1000101 | 100100 |
Color Harmonies of #3D1D9C
Complementary color
Monochromatic Colors of #3D1D9C
Black with #3D1D9C
Text Example
Text Example
White with #3D1D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D9C; }
p { color: rgb(61,29,156); }
H1.HeaderClassName
{
color: #3D1D9C;
}
.AnyTagClassName
{
color: #3D1D9C;
}
</style>
background-color css
<style>
a { background-color: #3D1D9C; }
a { background-color: rgb(61,29,156); }
div.DivClassName
{
background-color: #3D1D9C;
}
.BgClassName
{
background-color: #3D1D9C;
}
</style>
border-color css
<style>
span { border-color: #3D1D9C; }
span { border-color: rgb(61,29,156); }
td.TdClassName
{
border-color: #3D1D9C;
}
.TagClassName
{
border-color: #3D1D9C;
}
</style>