Html Css Color HEX #29257F Midnight Blue

📋 copy color: '#29257F'

red 41 ◦ green 37 ◦ blue 127

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

Shades of Midnight Blue #29257F

Tints of Midnight Blue #29257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

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

R = 20%
G = 18.05%
B = 61.95%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29257F (or 0x29257F) is known color: Midnight Blue. HEX triplet: 29, 25 and 7F. RGB value is (41,37,127). Sum of RGB (Red+Green+Blue) = 41+37+127=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #29257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29257F is #D6DA80. Grayscale: #303030. Windows color (decimal): -14080641 or 8332585. OLE color: 8332585.

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

Color convert

RGB 41 37 127 -
CMYK 0.68 0.71 0 0.50
HSL 242.67º 0.55% 0.32% -
HSV(B) 242.67º 0.71% 0.5% -
XYZ 5.41 3.33 20.44 -
YUV 48.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 41 37 127 0.68 0.71 0 0.50 242.67 0.55 0.32
Hex 29 25 7F 44 47 0 32 F3 37 20
Octal 51 45 177 104 107 0 62 363 67 40
Binary 101001 100101 1111111 1000100 1000111 0 110010 11110011 110111 100000

Color Harmonies of #29257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29257F

Black with #29257F

Text Example


Text Example

White with #29257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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