Shades of Midnight Blue #221161
Tints of Midnight Blue #221161
RGB
CMYK
RGB Variations
Color information
#221161 (or 0x221161) is known color: Midnight Blue. HEX triplet: 22, 11 and 61. RGB value is (34,17,97). Sum of RGB (Red+Green+Blue) = 34+17+97=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #221161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221161 is #DDEE9E. Grayscale: #1E1E1E. Windows color (decimal): -14544543 or 6361378. OLE color: 6361378.
HSL color Cylindrical-coordinate representation of color #221161: hue angle of 252.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221161 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 17 | 97 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.62 |
| HSL | 252.75º | 0.7% | 0.22% | - |
| HSV(B) | 252.75º | 0.82% | 0.38% | - |
| XYZ | 3.02 | 1.6 | 11.46 | - |
| YUV | 31.2 | 165.13 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 97 | 0.65 | 0.82 | 0 | 0.62 | 252.75 | 0.7 | 0.22 |
| Hex | 22 | 11 | 61 | 41 | 52 | 0 | 3E | FD | 46 | 16 |
| Octal | 42 | 21 | 141 | 101 | 122 | 0 | 76 | 375 | 106 | 26 |
| Binary | 100010 | 10001 | 1100001 | 1000001 | 1010010 | 0 | 111110 | 11111101 | 1000110 | 10110 |
Color Harmonies of #221161
Complementary color
Monochromatic Colors of #221161
Black with #221161
Text Example
Text Example
White with #221161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221161; }
p { color: rgb(34,17,97); }
H1.HeaderClassName
{
color: #221161;
}
.AnyTagClassName
{
color: #221161;
}
</style>
background-color css
<style>
a { background-color: #221161; }
a { background-color: rgb(34,17,97); }
div.DivClassName
{
background-color: #221161;
}
.BgClassName
{
background-color: #221161;
}
</style>
border-color css
<style>
span { border-color: #221161; }
span { border-color: rgb(34,17,97); }
td.TdClassName
{
border-color: #221161;
}
.TagClassName
{
border-color: #221161;
}
</style>