Shades of Blue Gem #3D1FAC
Tints of Blue Gem #3D1FAC
RGB
CMYK
RGB Variations
Color information
#3D1FAC (or 0x3D1FAC) is known color: Blue Gem. HEX triplet: 3D, 1F and AC. RGB value is (61,31,172). Sum of RGB (Red+Green+Blue) = 61+31+172=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D1FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1FAC is #C2E053. Grayscale: #373737. Windows color (decimal): -12771412 or 11280189. OLE color: 11280189.
HSL color Cylindrical-coordinate representation of color #3D1FAC: hue angle of 252.77º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1FAC is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 31 | 172 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.33 |
| HSL | 252.77º | 0.69% | 0.4% | - |
| HSV(B) | 252.77º | 0.82% | 0.67% | - |
| XYZ | 9.86 | 4.95 | 39.47 | - |
| YUV | 56.04 | 193.44 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 172 | 0.65 | 0.82 | 0 | 0.33 | 252.77 | 0.69 | 0.4 |
| Hex | 3D | 1F | AC | 41 | 52 | 0 | 21 | FD | 45 | 28 |
| Octal | 75 | 37 | 254 | 101 | 122 | 0 | 41 | 375 | 105 | 50 |
| Binary | 111101 | 11111 | 10101100 | 1000001 | 1010010 | 0 | 100001 | 11111101 | 1000101 | 101000 |
Color Harmonies of #3D1FAC
Complementary color
Monochromatic Colors of #3D1FAC
Black with #3D1FAC
Text Example
Text Example
White with #3D1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1FAC; }
p { color: rgb(61,31,172); }
H1.HeaderClassName
{
color: #3D1FAC;
}
.AnyTagClassName
{
color: #3D1FAC;
}
</style>
background-color css
<style>
a { background-color: #3D1FAC; }
a { background-color: rgb(61,31,172); }
div.DivClassName
{
background-color: #3D1FAC;
}
.BgClassName
{
background-color: #3D1FAC;
}
</style>
border-color css
<style>
span { border-color: #3D1FAC; }
span { border-color: rgb(61,31,172); }
td.TdClassName
{
border-color: #3D1FAC;
}
.TagClassName
{
border-color: #3D1FAC;
}
</style>