Shades of Ultramarine #321DA1
Tints of Ultramarine #321DA1
RGB
CMYK
RGB Variations
Color information
#321DA1 (or 0x321DA1) is known color: Ultramarine. HEX triplet: 32, 1D and A1. RGB value is (50,29,161). Sum of RGB (Red+Green+Blue) = 50+29+161=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 161 (63.28% from 255 or 67.08% from 240); Max value from RGB is 161 - color contains mainly: blue. Hex color #321DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321DA1 is #CDE25E. Grayscale: #313131. Windows color (decimal): -13492831 or 10558770. OLE color: 10558770.
HSL color Cylindrical-coordinate representation of color #321DA1: hue angle of 249.55º degrees, saturation: 0.69, 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 #321DA1 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 29 | 161 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.37 |
| HSL | 249.55º | 0.69% | 0.37% | - |
| HSV(B) | 249.55º | 0.82% | 0.63% | - |
| XYZ | 8.19 | 4.13 | 34.08 | - |
| YUV | 50.33 | 190.46 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 161 | 0.69 | 0.82 | 0 | 0.37 | 249.55 | 0.69 | 0.37 |
| Hex | 32 | 1D | A1 | 45 | 52 | 0 | 25 | FA | 45 | 25 |
| Octal | 62 | 35 | 241 | 105 | 122 | 0 | 45 | 372 | 105 | 45 |
| Binary | 110010 | 11101 | 10100001 | 1000101 | 1010010 | 0 | 100101 | 11111010 | 1000101 | 100101 |
Color Harmonies of #321DA1
Complementary color
Monochromatic Colors of #321DA1
Black with #321DA1
Text Example
Text Example
White with #321DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321DA1; }
p { color: rgb(50,29,161); }
H1.HeaderClassName
{
color: #321DA1;
}
.AnyTagClassName
{
color: #321DA1;
}
</style>
background-color css
<style>
a { background-color: #321DA1; }
a { background-color: rgb(50,29,161); }
div.DivClassName
{
background-color: #321DA1;
}
.BgClassName
{
background-color: #321DA1;
}
</style>
border-color css
<style>
span { border-color: #321DA1; }
span { border-color: rgb(50,29,161); }
td.TdClassName
{
border-color: #321DA1;
}
.TagClassName
{
border-color: #321DA1;
}
</style>