#292880

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

Shades of Midnight Blue #292880

Tints of Midnight Blue #292880

Color information

#292880 (or 0x292880) is unknown color: approx Midnight Blue. HEX triplet: 29, 28 and 80. RGB value is (41,40,128). Sum of RGB (Red+Green+Blue) = 41+40+128=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #292880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292880 is #D6D77F. Grayscale: #313131. Windows color (decimal): -14079872 or 8398889. OLE color: 8398889.

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

Color convert

RGB4140128-
CMYK0.680.6900.50
HSL240.68º52.38%32.94%-
HSV(B)240.68º68.75%50.2%-
XYZ5.573.5520.81-
YUV50.33171.83121.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 128 (50.39% from 255) = 61.24%
R=19.62%
G=19.14%
B=61.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41401280.680.6900.50240.6852.3832.94
Hex2928804445032f13421
Octal51502001041050623616441
Binary1010011010001000000010001001000101011001011110001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292880; }

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

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

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

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

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

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

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

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