Shades of Ultramarine #27219B
Tints of Ultramarine #27219B
RGB
CMYK
RGB Variations
Color information
#27219B (or 0x27219B) is known color: Ultramarine. HEX triplet: 27, 21 and 9B. RGB value is (39,33,155). Sum of RGB (Red+Green+Blue) = 39+33+155=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #27219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27219B is #D8DE64. Grayscale: #303030. Windows color (decimal): -14212709 or 10166567. OLE color: 10166567.
HSL color Cylindrical-coordinate representation of color #27219B: hue angle of 242.95º 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 #27219B is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 33 | 155 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.39 |
| HSL | 242.95º | 0.65% | 0.37% | - |
| HSV(B) | 242.95º | 0.79% | 0.61% | - |
| XYZ | 7.3 | 3.89 | 31.38 | - |
| YUV | 48.7 | 187.99 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 155 | 0.75 | 0.79 | 0 | 0.39 | 242.95 | 0.65 | 0.37 |
| Hex | 27 | 21 | 9B | 4B | 4F | 0 | 27 | F3 | 41 | 25 |
| Octal | 47 | 41 | 233 | 113 | 117 | 0 | 47 | 363 | 101 | 45 |
| Binary | 100111 | 100001 | 10011011 | 1001011 | 1001111 | 0 | 100111 | 11110011 | 1000001 | 100101 |
Color Harmonies of #27219B
Complementary color
Monochromatic Colors of #27219B
Black with #27219B
Text Example
Text Example
White with #27219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27219B; }
p { color: rgb(39,33,155); }
H1.HeaderClassName
{
color: #27219B;
}
.AnyTagClassName
{
color: #27219B;
}
</style>
background-color css
<style>
a { background-color: #27219B; }
a { background-color: rgb(39,33,155); }
div.DivClassName
{
background-color: #27219B;
}
.BgClassName
{
background-color: #27219B;
}
</style>
border-color css
<style>
span { border-color: #27219B; }
span { border-color: rgb(39,33,155); }
td.TdClassName
{
border-color: #27219B;
}
.TagClassName
{
border-color: #27219B;
}
</style>