Shades of Ultramarine #272495
Tints of Ultramarine #272495
RGB
CMYK
RGB Variations
Color information
#272495 (or 0x272495) is known color: Ultramarine. HEX triplet: 27, 24 and 95. RGB value is (39,36,149). Sum of RGB (Red+Green+Blue) = 39+36+149=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #272495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272495 is #D8DB6A. Grayscale: #313131. Windows color (decimal): -14211947 or 9774119. OLE color: 9774119.
HSL color Cylindrical-coordinate representation of color #272495: hue angle of 241.59º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #272495 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 36 | 149 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.42 |
| HSL | 241.59º | 0.61% | 0.36% | - |
| HSV(B) | 241.59º | 0.76% | 0.58% | - |
| XYZ | 6.89 | 3.86 | 28.82 | - |
| YUV | 49.78 | 183.99 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 149 | 0.74 | 0.76 | 0 | 0.42 | 241.59 | 0.61 | 0.36 |
| Hex | 27 | 24 | 95 | 4A | 4C | 0 | 2A | F2 | 3D | 24 |
| Octal | 47 | 44 | 225 | 112 | 114 | 0 | 52 | 362 | 75 | 44 |
| Binary | 100111 | 100100 | 10010101 | 1001010 | 1001100 | 0 | 101010 | 11110010 | 111101 | 100100 |
Color Harmonies of #272495
Complementary color
Monochromatic Colors of #272495
Black with #272495
Text Example
Text Example
White with #272495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272495; }
p { color: rgb(39,36,149); }
H1.HeaderClassName
{
color: #272495;
}
.AnyTagClassName
{
color: #272495;
}
</style>
background-color css
<style>
a { background-color: #272495; }
a { background-color: rgb(39,36,149); }
div.DivClassName
{
background-color: #272495;
}
.BgClassName
{
background-color: #272495;
}
</style>
border-color css
<style>
span { border-color: #272495; }
span { border-color: rgb(39,36,149); }
td.TdClassName
{
border-color: #272495;
}
.TagClassName
{
border-color: #272495;
}
</style>