#292080

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

Shades of Midnight Blue #292080

Tints of Midnight Blue #292080

Color information

#292080 (or 0x292080) is unknown color: approx Midnight Blue. HEX triplet: 29, 20 and 80. RGB value is (41,32,128). Sum of RGB (Red+Green+Blue) = 41+32+128=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #292080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292080 is #D6DF7F. Grayscale: #2D2D2D. Windows color (decimal): -14081920 or 8396841. OLE color: 8396841.

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

Color convert

RGB4132128-
CMYK0.680.7500.50
HSL245.62º60%31.37%-
HSV(B)245.62º75%50.2%-
XYZ5.333.0620.73-
YUV45.64174.48124.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 128 (50.39% from 255) = 63.68%
R=20.40%
G=15.92%
B=63.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41321280.680.7500.50245.626031.37
Hex292080444B032f63c1f
Octal51402001041130623667437
Binary101001100000100000001000100100101101100101111011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292080; }

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

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

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

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

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

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

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

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