#292581

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

Shades of Midnight Blue #292581

Tints of Midnight Blue #292581

Color information

#292581 (or 0x292581) is unknown color: approx Midnight Blue. HEX triplet: 29, 25 and 81. RGB value is (41,37,129). Sum of RGB (Red+Green+Blue) = 41+37+129=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 129 (50.78% from 255 or 62.32% from 207); Max value from RGB is 129 - color contains mainly: blue. Hex color #292581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292581 is #D6DA7E. Grayscale: #303030. Windows color (decimal): -14080639 or 8463657. OLE color: 8463657.

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

Color convert

RGB4137129-
CMYK0.680.7100.49
HSL242.61º55.42%32.55%-
HSV(B)242.61º71.32%50.59%-
XYZ5.543.3821.13-
YUV48.68173.33122.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 129 (50.78% from 255) = 62.32%
R=19.81%
G=17.87%
B=62.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41371290.680.7100.49242.6155.4232.55
Hex2925814447031f33721
Octal51452011041070613636741
Binary1010011001011000000110001001000111011000111110011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292581; }

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

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

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

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

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

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

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

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