Html Css Color HEX #29217F Midnight Blue

📋 copy color: '#29217F'

red 41 ◦ green 33 ◦ blue 127

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

Shades of Midnight Blue #29217F

Tints of Midnight Blue #29217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

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

R = 20.4%
G = 16.42%
B = 63.18%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29217F (or 0x29217F) is known color: Midnight Blue. HEX triplet: 29, 21 and 7F. RGB value is (41,33,127). Sum of RGB (Red+Green+Blue) = 41+33+127=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #29217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29217F is #D6DE80. Grayscale: #2D2D2D. Windows color (decimal): -14081665 or 8331561. OLE color: 8331561.

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

Color convert

RGB 41 33 127 -
CMYK 0.68 0.74 0 0.50
HSL 245.11º 0.59% 0.31% -
HSV(B) 245.11º 0.74% 0.5% -
XYZ 5.29 3.09 20.4 -
YUV 46.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 41 33 127 0.68 0.74 0 0.50 245.11 0.59 0.31
Hex 29 21 7F 44 4A 0 32 F5 3B 1F
Octal 51 41 177 104 112 0 62 365 73 37
Binary 101001 100001 1111111 1000100 1001010 0 110010 11110101 111011 11111

Color Harmonies of #29217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29217F

Black with #29217F

Text Example


Text Example

White with #29217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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