Shades of Blue Gem #3D1CA0
Tints of Blue Gem #3D1CA0
RGB
CMYK
RGB Variations
Color information
#3D1CA0 (or 0x3D1CA0) is known color: Blue Gem. HEX triplet: 3D, 1C and A0. RGB value is (61,28,160). Sum of RGB (Red+Green+Blue) = 61+28+160=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 160 (62.89% from 255 or 64.26% from 249); Max value from RGB is 160 - color contains mainly: blue. Hex color #3D1CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1CA0 is #C2E35F. Grayscale: #343434. Windows color (decimal): -12772192 or 10492989. OLE color: 10492989.
HSL color Cylindrical-coordinate representation of color #3D1CA0: hue angle of 255º degrees, saturation: 0.7, 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 #3D1CA0 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 28 | 160 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.37 |
| HSL | 255º | 0.7% | 0.37% | - |
| HSV(B) | 255º | 0.83% | 0.63% | - |
| XYZ | 8.68 | 4.36 | 33.64 | - |
| YUV | 52.92 | 188.43 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 28 | 160 | 0.62 | 0.82 | 0 | 0.37 | 255 | 0.7 | 0.37 |
| Hex | 3D | 1C | A0 | 3E | 52 | 0 | 25 | FF | 46 | 25 |
| Octal | 75 | 34 | 240 | 76 | 122 | 0 | 45 | 377 | 106 | 45 |
| Binary | 111101 | 11100 | 10100000 | 111110 | 1010010 | 0 | 100101 | 11111111 | 1000110 | 100101 |
Color Harmonies of #3D1CA0
Complementary color
Monochromatic Colors of #3D1CA0
Black with #3D1CA0
Text Example
Text Example
White with #3D1CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1CA0; }
p { color: rgb(61,28,160); }
H1.HeaderClassName
{
color: #3D1CA0;
}
.AnyTagClassName
{
color: #3D1CA0;
}
</style>
background-color css
<style>
a { background-color: #3D1CA0; }
a { background-color: rgb(61,28,160); }
div.DivClassName
{
background-color: #3D1CA0;
}
.BgClassName
{
background-color: #3D1CA0;
}
</style>
border-color css
<style>
span { border-color: #3D1CA0; }
span { border-color: rgb(61,28,160); }
td.TdClassName
{
border-color: #3D1CA0;
}
.TagClassName
{
border-color: #3D1CA0;
}
</style>