Html Css Color HEX #29227D Midnight Blue

📋 copy color: '#29227D'

red 41 ◦ green 34 ◦ blue 125

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

Shades of Midnight Blue #29227D

Tints of Midnight Blue #29227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17%

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

R = 20.5%
G = 17%
B = 62.5%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29227D (or 0x29227D) is known color: Midnight Blue. HEX triplet: 29, 22 and 7D. RGB value is (41,34,125). Sum of RGB (Red+Green+Blue) = 41+34+125=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #29227D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29227D is #D6DD82. Grayscale: #2E2E2E. Windows color (decimal): -14081411 or 8200745. OLE color: 8200745.

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

Color convert

RGB 41 34 125 -
CMYK 0.67 0.73 0 0.51
HSL 244.62º 0.57% 0.31% -
HSV(B) 244.62º 0.73% 0.49% -
XYZ 5.19 3.1 19.73 -
YUV 46.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 41 34 125 0.67 0.73 0 0.51 244.62 0.57 0.31
Hex 29 22 7D 43 49 0 33 F5 39 1F
Octal 51 42 175 103 111 0 63 365 71 37
Binary 101001 100010 1111101 1000011 1001001 0 110011 11110101 111001 11111

Color Harmonies of #29227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29227D

Black with #29227D

Text Example


Text Example

White with #29227D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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