#040241

Color #040241 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #040241

Tints of Midnight Express #040241

Color information

#040241 (or 0x040241) is unknown color: approx Midnight Express. HEX triplet: 04, 02 and 41. RGB value is (4,2,65). Sum of RGB (Red+Green+Blue) = 4+2+65=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 2 (1.17% from 255 or 2.82% 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 #040241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040241 is #FBFDBE. Grayscale: #090909. Windows color (decimal): -16514495 or 4260356. OLE color: 4260356.

HSL color Cylindrical-coordinate representation of color #040241: hue angle of 241.9º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040241 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB4265-
CMYK0.940.9700.75
HSL241.9º94.03%13.14%-
HSV(B)241.9º96.92%25.49%-
XYZ1.030.455.03-
YUV9.78159.16123.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 5.63%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 65 (25.78% from 255) = 91.55%
R=5.63%
G=2.82%
B=91.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal42650.940.9700.75241.994.0313.14
Hex42415E6104Bf25ed
Octal42101136141011336213615
Binary10010100000110111101100001010010111111001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040241; }

 p { color: rgb(4,2,65); }

 H1.HeaderClassName
 {
   color: #040241;
 }
 .AnyTagClassName
 {
   color: #040241;
 }
</style>
background-color css

<style>
 a { background-color: #040241; }

 a { background-color: rgb(4,2,65); }

 div.DivClassName
 {
   background-color: #040241;
 }
 .BgClassName
 {
   background-color: #040241;
 }
</style>
border-color css

<style>
 span { border-color: #040241; }

 span { border-color: rgb(4,2,65); }

 td.TdClassName
 {
   border-color: #040241;
 }
 .TagClassName
 {
   border-color: #040241;
 }
</style>