#292582

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

Shades of Midnight Blue #292582

Tints of Midnight Blue #292582

Color information

#292582 (or 0x292582) is unknown color: approx Midnight Blue. HEX triplet: 29, 25 and 82. RGB value is (41,37,130). Sum of RGB (Red+Green+Blue) = 41+37+130=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #292582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292582 is #D6DA7D. Grayscale: #303030. Windows color (decimal): -14080638 or 8529193. OLE color: 8529193.

HSL color Cylindrical-coordinate representation of color #292582: hue angle of 242.58º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #292582 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4137130-
CMYK0.680.7200.49
HSL242.58º55.69%32.75%-
HSV(B)242.58º71.54%50.98%-
XYZ5.613.4121.48-
YUV48.8173.83122.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 130 (51.17% from 255) = 62.5%
R=19.71%
G=17.79%
B=62.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41371300.680.7200.49242.5855.6932.75
Hex2925824448031f33821
Octal51452021041100613637041
Binary1010011001011000001010001001001000011000111110011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292582; }

 p { color: rgb(41,37,130); }

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

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

 a { background-color: rgb(41,37,130); }

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

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

 span { border-color: rgb(41,37,130); }

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