Html Css Color HEX #040241 Midnight Express

📋 copy color: '#040241'

red 4 ◦ green 2 ◦ blue 65

#040241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #040241

Tints of Midnight Express #040241

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 value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#040241 (or 0x040241) is known color: 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

RGB 4 2 65 -
CMYK 0.94 0.97 0 0.75
HSL 241.9º 0.94% 0.13% -
HSV(B) 241.9º 0.97% 0.25% -
XYZ 1.03 0.45 5.03 -
YUV 9.78 159.16 123.88 -
System Red Green Blue C M Y K H S L
Decimal 4 2 65 0.94 0.97 0 0.75 241.9 0.94 0.13
Hex 4 2 41 5E 61 0 4B F2 5E D
Octal 4 2 101 136 141 0 113 362 136 15
Binary 100 10 1000001 1011110 1100001 0 1001011 11110010 1011110 1101

Color Harmonies of #040241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040241

Black with #040241

Text Example


Text Example

White with #040241

Text Example


Text Example

HTML Codes & Css Web 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>