Shades of Ultramarine #28278F
Tints of Ultramarine #28278F
RGB
CMYK
RGB Variations
Color information
#28278F (or 0x28278F) is known color: Ultramarine. HEX triplet: 28, 27 and 8F. RGB value is (40,39,143). Sum of RGB (Red+Green+Blue) = 40+39+143=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 143 (56.25% from 255 or 64.41% from 222); Max value from RGB is 143 - color contains mainly: blue. Hex color #28278F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28278F is #D7D870. Grayscale: #323232. Windows color (decimal): -14145649 or 9381672. OLE color: 9381672.
HSL color Cylindrical-coordinate representation of color #28278F: hue angle of 240.58º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28278F is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 39 | 143 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.44 |
| HSL | 240.58º | 0.57% | 0.36% | - |
| HSV(B) | 240.58º | 0.73% | 0.56% | - |
| XYZ | 6.56 | 3.89 | 26.39 | - |
| YUV | 51.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 143 | 0.72 | 0.73 | 0 | 0.44 | 240.58 | 0.57 | 0.36 |
| Hex | 28 | 27 | 8F | 48 | 49 | 0 | 2C | F1 | 39 | 24 |
| Octal | 50 | 47 | 217 | 110 | 111 | 0 | 54 | 361 | 71 | 44 |
| Binary | 101000 | 100111 | 10001111 | 1001000 | 1001001 | 0 | 101100 | 11110001 | 111001 | 100100 |
Color Harmonies of #28278F
Complementary color
Monochromatic Colors of #28278F
Black with #28278F
Text Example
Text Example
White with #28278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28278F; }
p { color: rgb(40,39,143); }
H1.HeaderClassName
{
color: #28278F;
}
.AnyTagClassName
{
color: #28278F;
}
</style>
background-color css
<style>
a { background-color: #28278F; }
a { background-color: rgb(40,39,143); }
div.DivClassName
{
background-color: #28278F;
}
.BgClassName
{
background-color: #28278F;
}
</style>
border-color css
<style>
span { border-color: #28278F; }
span { border-color: rgb(40,39,143); }
td.TdClassName
{
border-color: #28278F;
}
.TagClassName
{
border-color: #28278F;
}
</style>