Html Css Color HEX #29287D Midnight Blue

📋 copy color: '#29287D'

red 41 ◦ green 40 ◦ blue 125

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

Shades of Midnight Blue #29287D

Tints of Midnight Blue #29287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.42%

 BLUE value IS 125 (49.22% from 255) = 60.68%

R = 19.9%
G = 19.42%
B = 60.68%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29287D (or 0x29287D) is known color: Midnight Blue. HEX triplet: 29, 28 and 7D. RGB value is (41,40,125). Sum of RGB (Red+Green+Blue) = 41+40+125=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #29287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29287D is #D6D782. Grayscale: #313131. Windows color (decimal): -14079875 or 8202281. OLE color: 8202281.

HSL color Cylindrical-coordinate representation of color #29287D: hue angle of 240.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29287D is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 40 125 -
CMYK 0.67 0.68 0 0.51
HSL 240.71º 0.52% 0.32% -
HSV(B) 240.71º 0.68% 0.49% -
XYZ 5.37 3.47 19.79 -
YUV 49.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 41 40 125 0.67 0.68 0 0.51 240.71 0.52 0.32
Hex 29 28 7D 43 44 0 33 F1 34 20
Octal 51 50 175 103 104 0 63 361 64 40
Binary 101001 101000 1111101 1000011 1000100 0 110011 11110001 110100 100000

Color Harmonies of #29287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29287D

Black with #29287D

Text Example


Text Example

White with #29287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29287D; }

 p { color: rgb(41,40,125); }

 H1.HeaderClassName
 {
   color: #29287D;
 }
 .AnyTagClassName
 {
   color: #29287D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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