Shades of Midnight Express #030041
Tints of Midnight Express #030041
RGB
CMYK
RGB Variations
Color information
#030041 (or 0x030041) is known color: Midnight Express. HEX triplet: 03, 00 and 41. RGB value is (3,0,65). Sum of RGB (Red+Green+Blue) = 3+0+65=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 65 (25.78% from 255 or 95.59% from 68); Max value from RGB is 65 - color contains mainly: blue. Hex color #030041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030041 is #FCFFBE. Grayscale: #080808. Windows color (decimal): -16580543 or 4259843. OLE color: 4259843.
HSL color Cylindrical-coordinate representation of color #030041: hue angle of 242.77º 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 #030041 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 0 | 65 | - |
| CMYK | 0.95 | 1 | 0 | 0.75 |
| HSL | 242.77º | 1% | 0.13% | - |
| HSV(B) | 242.77º | 1% | 0.25% | - |
| XYZ | 0.99 | 0.4 | 5.03 | - |
| YUV | 8.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 65 | 0.95 | 1 | 0 | 0.75 | 242.77 | 1 | 0.13 |
| Hex | 3 | 0 | 41 | 5F | 64 | 0 | 4B | F3 | 64 | D |
| Octal | 3 | 0 | 101 | 137 | 144 | 0 | 113 | 363 | 144 | 15 |
| Binary | 11 | 0 | 1000001 | 1011111 | 1100100 | 0 | 1001011 | 11110011 | 1100100 | 1101 |
Color Harmonies of #030041
Complementary color
Monochromatic Colors of #030041
Black with #030041
Text Example
Text Example
White with #030041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030041; }
p { color: rgb(3,0,65); }
H1.HeaderClassName
{
color: #030041;
}
.AnyTagClassName
{
color: #030041;
}
</style>
background-color css
<style>
a { background-color: #030041; }
a { background-color: rgb(3,0,65); }
div.DivClassName
{
background-color: #030041;
}
.BgClassName
{
background-color: #030041;
}
</style>
border-color css
<style>
span { border-color: #030041; }
span { border-color: rgb(3,0,65); }
td.TdClassName
{
border-color: #030041;
}
.TagClassName
{
border-color: #030041;
}
</style>