Shades of Blue Gem #3D1EA3
Tints of Blue Gem #3D1EA3
RGB
CMYK
RGB Variations
Color information
#3D1EA3 (or 0x3D1EA3) is known color: Blue Gem. HEX triplet: 3D, 1E and A3. RGB value is (61,30,163). Sum of RGB (Red+Green+Blue) = 61+30+163=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 163 (64.06% from 255 or 64.17% from 254); Max value from RGB is 163 - color contains mainly: blue. Hex color #3D1EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1EA3 is #C2E15C. Grayscale: #353535. Windows color (decimal): -12771677 or 10690109. OLE color: 10690109.
HSL color Cylindrical-coordinate representation of color #3D1EA3: hue angle of 253.98º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1EA3 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 30 | 163 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.36 |
| HSL | 253.99º | 0.69% | 0.38% | - |
| HSV(B) | 253.99º | 0.82% | 0.64% | - |
| XYZ | 9 | 4.56 | 35.06 | - |
| YUV | 54.43 | 189.27 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 163 | 0.63 | 0.82 | 0 | 0.36 | 253.99 | 0.69 | 0.38 |
| Hex | 3D | 1E | A3 | 3F | 52 | 0 | 24 | FE | 45 | 26 |
| Octal | 75 | 36 | 243 | 77 | 122 | 0 | 44 | 376 | 105 | 46 |
| Binary | 111101 | 11110 | 10100011 | 111111 | 1010010 | 0 | 100100 | 11111110 | 1000101 | 100110 |
Color Harmonies of #3D1EA3
Complementary color
Monochromatic Colors of #3D1EA3
Black with #3D1EA3
Text Example
Text Example
White with #3D1EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1EA3; }
p { color: rgb(61,30,163); }
H1.HeaderClassName
{
color: #3D1EA3;
}
.AnyTagClassName
{
color: #3D1EA3;
}
</style>
background-color css
<style>
a { background-color: #3D1EA3; }
a { background-color: rgb(61,30,163); }
div.DivClassName
{
background-color: #3D1EA3;
}
.BgClassName
{
background-color: #3D1EA3;
}
</style>
border-color css
<style>
span { border-color: #3D1EA3; }
span { border-color: rgb(61,30,163); }
td.TdClassName
{
border-color: #3D1EA3;
}
.TagClassName
{
border-color: #3D1EA3;
}
</style>