Shades of Midnight Blue #272082
Tints of Midnight Blue #272082
RGB
CMYK
RGB Variations
Color information
#272082 (or 0x272082) is known color: Midnight Blue. HEX triplet: 27, 20 and 82. RGB value is (39,32,130). Sum of RGB (Red+Green+Blue) = 39+32+130=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #272082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272082 is #D8DF7D. Grayscale: #2C2C2C. Windows color (decimal): -14212990 or 8527911. OLE color: 8527911.
HSL color Cylindrical-coordinate representation of color #272082: hue angle of 244.29º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #272082 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 32 | 130 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.49 |
| HSL | 244.29º | 0.6% | 0.32% | - |
| HSV(B) | 244.29º | 0.75% | 0.51% | - |
| XYZ | 5.38 | 3.08 | 21.43 | - |
| YUV | 45.27 | 175.82 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 130 | 0.70 | 0.75 | 0 | 0.49 | 244.29 | 0.6 | 0.32 |
| Hex | 27 | 20 | 82 | 46 | 4B | 0 | 31 | F4 | 3C | 20 |
| Octal | 47 | 40 | 202 | 106 | 113 | 0 | 61 | 364 | 74 | 40 |
| Binary | 100111 | 100000 | 10000010 | 1000110 | 1001011 | 0 | 110001 | 11110100 | 111100 | 100000 |
Color Harmonies of #272082
Complementary color
Monochromatic Colors of #272082
Black with #272082
Text Example
Text Example
White with #272082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272082; }
p { color: rgb(39,32,130); }
H1.HeaderClassName
{
color: #272082;
}
.AnyTagClassName
{
color: #272082;
}
</style>
background-color css
<style>
a { background-color: #272082; }
a { background-color: rgb(39,32,130); }
div.DivClassName
{
background-color: #272082;
}
.BgClassName
{
background-color: #272082;
}
</style>
border-color css
<style>
span { border-color: #272082; }
span { border-color: rgb(39,32,130); }
td.TdClassName
{
border-color: #272082;
}
.TagClassName
{
border-color: #272082;
}
</style>