Html Css Color HEX #292780 Midnight Blue

📋 copy color: '#292780'

red 41 ◦ green 39 ◦ blue 128

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

Shades of Midnight Blue #292780

Tints of Midnight Blue #292780

RGB

 RED value IS 41 (16.41% from 255) = 19.71%

 GREEN value IS 39 (15.63% from 255) = 18.75%

 BLUE value IS 128 (50.39% from 255) = 61.54%

R = 19.71%
G = 18.75%
B = 61.54%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#292780 (or 0x292780) is known color: Midnight Blue. HEX triplet: 29, 27 and 80. RGB value is (41,39,128). Sum of RGB (Red+Green+Blue) = 41+39+128=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #292780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292780 is #D6D87F. Grayscale: #313131. Windows color (decimal): -14080128 or 8398633. OLE color: 8398633.

HSL color Cylindrical-coordinate representation of color #292780: hue angle of 241.35º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #292780 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 39 128 -
CMYK 0.68 0.70 0 0.50
HSL 241.35º 0.53% 0.33% -
HSV(B) 241.35º 0.7% 0.5% -
XYZ 5.54 3.48 20.8 -
YUV 49.74 172.16 121.76 -
System Red Green Blue C M Y K H S L
Decimal 41 39 128 0.68 0.70 0 0.50 241.35 0.53 0.33
Hex 29 27 80 44 46 0 32 F1 35 21
Octal 51 47 200 104 106 0 62 361 65 41
Binary 101001 100111 10000000 1000100 1000110 0 110010 11110001 110101 100001

Color Harmonies of #292780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292780

Black with #292780

Text Example


Text Example

White with #292780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292780; }

 p { color: rgb(41,39,128); }

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

background-color css

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

 a { background-color: rgb(41,39,128); }

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

border-color css

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

 span { border-color: rgb(41,39,128); }

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