Html Css Color HEX #29207C Midnight Blue

📋 copy color: '#29207C'

red 41 ◦ green 32 ◦ blue 124

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

Shades of Midnight Blue #29207C

Tints of Midnight Blue #29207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.24%

 BLUE value IS 124 (48.83% from 255) = 62.94%

R = 20.81%
G = 16.24%
B = 62.94%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29207C (or 0x29207C) is known color: Midnight Blue. HEX triplet: 29, 20 and 7C. RGB value is (41,32,124). Sum of RGB (Red+Green+Blue) = 41+32+124=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #29207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29207C is #D6DF83. Grayscale: #2C2C2C. Windows color (decimal): -14081924 or 8134697. OLE color: 8134697.

HSL color Cylindrical-coordinate representation of color #29207C: hue angle of 245.87º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29207C is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 32 124 -
CMYK 0.67 0.74 0 0.51
HSL 245.87º 0.59% 0.31% -
HSV(B) 245.87º 0.74% 0.49% -
XYZ 5.07 2.96 19.37 -
YUV 45.18 172.48 125.02 -
System Red Green Blue C M Y K H S L
Decimal 41 32 124 0.67 0.74 0 0.51 245.87 0.59 0.31
Hex 29 20 7C 43 4A 0 33 F6 3B 1F
Octal 51 40 174 103 112 0 63 366 73 37
Binary 101001 100000 1111100 1000011 1001010 0 110011 11110110 111011 11111

Color Harmonies of #29207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29207C

Black with #29207C

Text Example


Text Example

White with #29207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29207C; }

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

 H1.HeaderClassName
 {
   color: #29207C;
 }
 .AnyTagClassName
 {
   color: #29207C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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