Shades of Ultramarine #2A219B
Tints of Ultramarine #2A219B
RGB
CMYK
RGB Variations
Color information
#2A219B (or 0x2A219B) is known color: Ultramarine. HEX triplet: 2A, 21 and 9B. RGB value is (42,33,155). Sum of RGB (Red+Green+Blue) = 42+33+155=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A219B is #D5DE64. Grayscale: #313131. Windows color (decimal): -14016101 or 10166570. OLE color: 10166570.
HSL color Cylindrical-coordinate representation of color #2A219B: hue angle of 244.43º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A219B is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 33 | 155 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.39 |
| HSL | 244.43º | 0.65% | 0.37% | - |
| HSV(B) | 244.43º | 0.79% | 0.61% | - |
| XYZ | 7.42 | 3.95 | 31.38 | - |
| YUV | 49.6 | 187.48 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 155 | 0.73 | 0.79 | 0 | 0.39 | 244.43 | 0.65 | 0.37 |
| Hex | 2A | 21 | 9B | 49 | 4F | 0 | 27 | F4 | 41 | 25 |
| Octal | 52 | 41 | 233 | 111 | 117 | 0 | 47 | 364 | 101 | 45 |
| Binary | 101010 | 100001 | 10011011 | 1001001 | 1001111 | 0 | 100111 | 11110100 | 1000001 | 100101 |
Color Harmonies of #2A219B
Complementary color
Monochromatic Colors of #2A219B
Black with #2A219B
Text Example
Text Example
White with #2A219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A219B; }
p { color: rgb(42,33,155); }
H1.HeaderClassName
{
color: #2A219B;
}
.AnyTagClassName
{
color: #2A219B;
}
</style>
background-color css
<style>
a { background-color: #2A219B; }
a { background-color: rgb(42,33,155); }
div.DivClassName
{
background-color: #2A219B;
}
.BgClassName
{
background-color: #2A219B;
}
</style>
border-color css
<style>
span { border-color: #2A219B; }
span { border-color: rgb(42,33,155); }
td.TdClassName
{
border-color: #2A219B;
}
.TagClassName
{
border-color: #2A219B;
}
</style>