Html Css Color HEX #29297F Midnight Blue

📋 copy color: '#29297F'

red 41 ◦ green 41 ◦ blue 127

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

Shades of Midnight Blue #29297F

Tints of Midnight Blue #29297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.62%

 BLUE value IS 127 (50% from 255) = 60.77%

R = 19.62%
G = 19.62%
B = 60.77%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29297F (or 0x29297F) is known color: Midnight Blue. HEX triplet: 29, 29 and 7F. RGB value is (41,41,127). Sum of RGB (Red+Green+Blue) = 41+41+127=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #29297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29297F is #D6D680. Grayscale: #323232. Windows color (decimal): -14079617 or 8333609. OLE color: 8333609.

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

Color convert

RGB 41 41 127 -
CMYK 0.68 0.68 0 0.50
HSL 240º 0.51% 0.33% -
HSV(B) 240º 0.68% 0.5% -
XYZ 5.54 3.59 20.48 -
YUV 50.8 171 121.01 -
System Red Green Blue C M Y K H S L
Decimal 41 41 127 0.68 0.68 0 0.50 240 0.51 0.33
Hex 29 29 7F 44 44 0 32 F0 33 21
Octal 51 51 177 104 104 0 62 360 63 41
Binary 101001 101001 1111111 1000100 1000100 0 110010 11110000 110011 100001

Color Harmonies of #29297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29297F

Black with #29297F

Text Example


Text Example

White with #29297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29297F; }

 p { color: rgb(41,41,127); }

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

background-color css

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

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

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

border-color css

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

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

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