Shades of Blue Gem #3A1DA3
Tints of Blue Gem #3A1DA3
RGB
CMYK
RGB Variations
Color information
#3A1DA3 (or 0x3A1DA3) is known color: Blue Gem. HEX triplet: 3A, 1D and A3. RGB value is (58,29,163). Sum of RGB (Red+Green+Blue) = 58+29+163=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 163 (64.06% from 255 or 65.2% from 250); Max value from RGB is 163 - color contains mainly: blue. Hex color #3A1DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1DA3 is #C5E25C. Grayscale: #343434. Windows color (decimal): -12968541 or 10689850. OLE color: 10689850.
HSL color Cylindrical-coordinate representation of color #3A1DA3: hue angle of 252.99º degrees, saturation: 0.7, 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 #3A1DA3 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 29 | 163 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.36 |
| HSL | 252.99º | 0.7% | 0.38% | - |
| HSV(B) | 252.99º | 0.82% | 0.64% | - |
| XYZ | 8.8 | 4.42 | 35.04 | - |
| YUV | 52.95 | 190.11 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 163 | 0.64 | 0.82 | 0 | 0.36 | 252.99 | 0.7 | 0.38 |
| Hex | 3A | 1D | A3 | 40 | 52 | 0 | 24 | FD | 46 | 26 |
| Octal | 72 | 35 | 243 | 100 | 122 | 0 | 44 | 375 | 106 | 46 |
| Binary | 111010 | 11101 | 10100011 | 1000000 | 1010010 | 0 | 100100 | 11111101 | 1000110 | 100110 |
Color Harmonies of #3A1DA3
Complementary color
Monochromatic Colors of #3A1DA3
Black with #3A1DA3
Text Example
Text Example
White with #3A1DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1DA3; }
p { color: rgb(58,29,163); }
H1.HeaderClassName
{
color: #3A1DA3;
}
.AnyTagClassName
{
color: #3A1DA3;
}
</style>
background-color css
<style>
a { background-color: #3A1DA3; }
a { background-color: rgb(58,29,163); }
div.DivClassName
{
background-color: #3A1DA3;
}
.BgClassName
{
background-color: #3A1DA3;
}
</style>
border-color css
<style>
span { border-color: #3A1DA3; }
span { border-color: rgb(58,29,163); }
td.TdClassName
{
border-color: #3A1DA3;
}
.TagClassName
{
border-color: #3A1DA3;
}
</style>