Shades of Blue Gem #3D1AAA
Tints of Blue Gem #3D1AAA
RGB
CMYK
RGB Variations
Color information
#3D1AAA (or 0x3D1AAA) is known color: Blue Gem. HEX triplet: 3D, 1A and AA. RGB value is (61,26,170). Sum of RGB (Red+Green+Blue) = 61+26+170=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D1AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1AAA is #C2E555. Grayscale: #343434. Windows color (decimal): -12772694 or 11147837. OLE color: 11147837.
HSL color Cylindrical-coordinate representation of color #3D1AAA: hue angle of 254.58º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D1AAA is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 26 | 170 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.33 |
| HSL | 254.58º | 0.73% | 0.38% | - |
| HSV(B) | 254.58º | 0.85% | 0.67% | - |
| XYZ | 9.55 | 4.63 | 38.42 | - |
| YUV | 52.88 | 194.1 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 170 | 0.64 | 0.85 | 0 | 0.33 | 254.58 | 0.73 | 0.38 |
| Hex | 3D | 1A | AA | 40 | 55 | 0 | 21 | FF | 49 | 26 |
| Octal | 75 | 32 | 252 | 100 | 125 | 0 | 41 | 377 | 111 | 46 |
| Binary | 111101 | 11010 | 10101010 | 1000000 | 1010101 | 0 | 100001 | 11111111 | 1001001 | 100110 |
Color Harmonies of #3D1AAA
Complementary color
Monochromatic Colors of #3D1AAA
Black with #3D1AAA
Text Example
Text Example
White with #3D1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1AAA; }
p { color: rgb(61,26,170); }
H1.HeaderClassName
{
color: #3D1AAA;
}
.AnyTagClassName
{
color: #3D1AAA;
}
</style>
background-color css
<style>
a { background-color: #3D1AAA; }
a { background-color: rgb(61,26,170); }
div.DivClassName
{
background-color: #3D1AAA;
}
.BgClassName
{
background-color: #3D1AAA;
}
</style>
border-color css
<style>
span { border-color: #3D1AAA; }
span { border-color: rgb(61,26,170); }
td.TdClassName
{
border-color: #3D1AAA;
}
.TagClassName
{
border-color: #3D1AAA;
}
</style>