Html Css Color HEX #040141 Midnight Express

📋 copy color: '#040141'

red 4 ◦ green 1 ◦ blue 65

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

Shades of Midnight Express #040141

Tints of Midnight Express #040141

RGB

 RED value IS 4 (1.95% from 255) = 5.71%

 GREEN value IS 1 (0.78% from 255) = 1.43%

 BLUE value IS 65 (25.78% from 255) = 92.86%

R = 5.71%
G = 1.43%
B = 92.86%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#040141 (or 0x040141) is known color: Midnight Express. HEX triplet: 04, 01 and 41. RGB value is (4,1,65). Sum of RGB (Red+Green+Blue) = 4+1+65=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 65 (25.78% from 255 or 92.86% from 70); Max value from RGB is 65 - color contains mainly: blue. Hex color #040141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040141 is #FBFEBE. Grayscale: #080808. Windows color (decimal): -16514751 or 4260100. OLE color: 4260100.

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

Color convert

RGB 4 1 65 -
CMYK 0.94 0.98 0 0.75
HSL 242.81º 0.97% 0.13% -
HSV(B) 242.81º 0.98% 0.25% -
XYZ 1.02 0.43 5.03 -
YUV 9.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 4 1 65 0.94 0.98 0 0.75 242.81 0.97 0.13
Hex 4 1 41 5E 62 0 4B F3 61 D
Octal 4 1 101 136 142 0 113 363 141 15
Binary 100 1 1000001 1011110 1100010 0 1001011 11110011 1100001 1101

Color Harmonies of #040141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040141

Black with #040141

Text Example


Text Example

White with #040141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040141; }

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

 H1.HeaderClassName
 {
   color: #040141;
 }
 .AnyTagClassName
 {
   color: #040141;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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