Shades of Midnight Blue #272380
Tints of Midnight Blue #272380
RGB
CMYK
RGB Variations
Color information
#272380 (or 0x272380) is known color: Midnight Blue. HEX triplet: 27, 23 and 80. RGB value is (39,35,128). Sum of RGB (Red+Green+Blue) = 39+35+128=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #272380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272380 is #D8DC7F. Grayscale: #2E2E2E. Windows color (decimal): -14212224 or 8397607. OLE color: 8397607.
HSL color Cylindrical-coordinate representation of color #272380: hue angle of 242.58º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #272380 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 35 | 128 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.50 |
| HSL | 242.58º | 0.57% | 0.32% | - |
| HSV(B) | 242.58º | 0.73% | 0.5% | - |
| XYZ | 5.33 | 3.19 | 20.76 | - |
| YUV | 46.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 35 | 128 | 0.70 | 0.73 | 0 | 0.50 | 242.58 | 0.57 | 0.32 |
| Hex | 27 | 23 | 80 | 46 | 49 | 0 | 32 | F3 | 39 | 20 |
| Octal | 47 | 43 | 200 | 106 | 111 | 0 | 62 | 363 | 71 | 40 |
| Binary | 100111 | 100011 | 10000000 | 1000110 | 1001001 | 0 | 110010 | 11110011 | 111001 | 100000 |
Color Harmonies of #272380
Complementary color
Monochromatic Colors of #272380
Black with #272380
Text Example
Text Example
White with #272380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272380; }
p { color: rgb(39,35,128); }
H1.HeaderClassName
{
color: #272380;
}
.AnyTagClassName
{
color: #272380;
}
</style>
background-color css
<style>
a { background-color: #272380; }
a { background-color: rgb(39,35,128); }
div.DivClassName
{
background-color: #272380;
}
.BgClassName
{
background-color: #272380;
}
</style>
border-color css
<style>
span { border-color: #272380; }
span { border-color: rgb(39,35,128); }
td.TdClassName
{
border-color: #272380;
}
.TagClassName
{
border-color: #272380;
}
</style>