Shades of Midnight Express #060041
Tints of Midnight Express #060041
RGB
CMYK
RGB Variations
Color information
#060041 (or 0x060041) is known color: Midnight Express. HEX triplet: 06, 00 and 41. RGB value is (6,0,65). Sum of RGB (Red+Green+Blue) = 6+0+65=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 65 (25.78% from 255 or 91.55% from 71); Max value from RGB is 65 - color contains mainly: blue. Hex color #060041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060041 is #F9FFBE. Grayscale: #080808. Windows color (decimal): -16383935 or 4259846. OLE color: 4259846.
HSL color Cylindrical-coordinate representation of color #060041: hue angle of 245.54º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060041 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 0 | 65 | - |
| CMYK | 0.91 | 1 | 0 | 0.75 |
| HSL | 245.54º | 1% | 0.13% | - |
| HSV(B) | 245.54º | 1% | 0.25% | - |
| XYZ | 1.03 | 0.42 | 5.03 | - |
| YUV | 9.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 65 | 0.91 | 1 | 0 | 0.75 | 245.54 | 1 | 0.13 |
| Hex | 6 | 0 | 41 | 5B | 64 | 0 | 4B | F6 | 64 | D |
| Octal | 6 | 0 | 101 | 133 | 144 | 0 | 113 | 366 | 144 | 15 |
| Binary | 110 | 0 | 1000001 | 1011011 | 1100100 | 0 | 1001011 | 11110110 | 1100100 | 1101 |
Color Harmonies of #060041
Complementary color
Monochromatic Colors of #060041
Black with #060041
Text Example
Text Example
White with #060041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060041; }
p { color: rgb(6,0,65); }
H1.HeaderClassName
{
color: #060041;
}
.AnyTagClassName
{
color: #060041;
}
</style>
background-color css
<style>
a { background-color: #060041; }
a { background-color: rgb(6,0,65); }
div.DivClassName
{
background-color: #060041;
}
.BgClassName
{
background-color: #060041;
}
</style>
border-color css
<style>
span { border-color: #060041; }
span { border-color: rgb(6,0,65); }
td.TdClassName
{
border-color: #060041;
}
.TagClassName
{
border-color: #060041;
}
</style>