Shades of Blue Gem #3D1DA0
Tints of Blue Gem #3D1DA0
RGB
CMYK
RGB Variations
Color information
#3D1DA0 (or 0x3D1DA0) is known color: Blue Gem. HEX triplet: 3D, 1D and A0. RGB value is (61,29,160). Sum of RGB (Red+Green+Blue) = 61+29+160=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 160 (62.89% from 255 or 64% from 250); Max value from RGB is 160 - color contains mainly: blue. Hex color #3D1DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1DA0 is #C2E25F. Grayscale: #353535. Windows color (decimal): -12771936 or 10493245. OLE color: 10493245.
HSL color Cylindrical-coordinate representation of color #3D1DA0: hue angle of 254.66º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1DA0 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 29 | 160 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.37 |
| HSL | 254.66º | 0.69% | 0.37% | - |
| HSV(B) | 254.66º | 0.82% | 0.63% | - |
| XYZ | 8.71 | 4.41 | 33.65 | - |
| YUV | 53.5 | 188.1 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 160 | 0.62 | 0.82 | 0 | 0.37 | 254.66 | 0.69 | 0.37 |
| Hex | 3D | 1D | A0 | 3E | 52 | 0 | 25 | FF | 45 | 25 |
| Octal | 75 | 35 | 240 | 76 | 122 | 0 | 45 | 377 | 105 | 45 |
| Binary | 111101 | 11101 | 10100000 | 111110 | 1010010 | 0 | 100101 | 11111111 | 1000101 | 100101 |
Color Harmonies of #3D1DA0
Complementary color
Monochromatic Colors of #3D1DA0
Black with #3D1DA0
Text Example
Text Example
White with #3D1DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1DA0; }
p { color: rgb(61,29,160); }
H1.HeaderClassName
{
color: #3D1DA0;
}
.AnyTagClassName
{
color: #3D1DA0;
}
</style>
background-color css
<style>
a { background-color: #3D1DA0; }
a { background-color: rgb(61,29,160); }
div.DivClassName
{
background-color: #3D1DA0;
}
.BgClassName
{
background-color: #3D1DA0;
}
</style>
border-color css
<style>
span { border-color: #3D1DA0; }
span { border-color: rgb(61,29,160); }
td.TdClassName
{
border-color: #3D1DA0;
}
.TagClassName
{
border-color: #3D1DA0;
}
</style>