Html Css Color HEX #040041 Midnight Express

📋 copy color: '#040041'

red 4 ◦ green 0 ◦ blue 65

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

Shades of Midnight Express #040041

Tints of Midnight Express #040041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 5.8%
G = 0%
B = 94.2%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#040041 (or 0x040041) is known color: Midnight Express. HEX triplet: 04, 00 and 41. RGB value is (4,0,65). Sum of RGB (Red+Green+Blue) = 4+0+65=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 65 (25.78% from 255 or 94.20% from 69); Max value from RGB is 65 - color contains mainly: blue. Hex color #040041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040041 is #FBFFBE. Grayscale: #080808. Windows color (decimal): -16515007 or 4259844. OLE color: 4259844.

HSL color Cylindrical-coordinate representation of color #040041: hue angle of 243.69º 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 #040041 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 0 65 -
CMYK 0.94 1 0 0.75
HSL 243.69º 1% 0.13% -
HSV(B) 243.69º 1% 0.25% -
XYZ 1 0.41 5.03 -
YUV 8.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 4 0 65 0.94 1 0 0.75 243.69 1 0.13
Hex 4 0 41 5E 64 0 4B F4 64 D
Octal 4 0 101 136 144 0 113 364 144 15
Binary 100 0 1000001 1011110 1100100 0 1001011 11110100 1100100 1101

Color Harmonies of #040041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040041

Black with #040041

Text Example


Text Example

White with #040041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040041; }

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

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

background-color css

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

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

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

border-color css

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

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

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