Html Css Color HEX #271B71 Midnight Blue

📋 copy color: '#271B71'

red 39 ◦ green 27 ◦ blue 113

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

Shades of Midnight Blue #271B71

Tints of Midnight Blue #271B71

RGB

 RED value IS 39 (15.63% from 255) = 21.79%

 GREEN value IS 27 (10.94% from 255) = 15.08%

 BLUE value IS 113 (44.53% from 255) = 63.13%

R = 21.79%
G = 15.08%
B = 63.13%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#271B71 (or 0x271B71) is known color: Midnight Blue. HEX triplet: 27, 1B and 71. RGB value is (39,27,113). Sum of RGB (Red+Green+Blue) = 39+27+113=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #271B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271B71 is #D8E48E. Grayscale: #282828. Windows color (decimal): -14214287 or 7412519. OLE color: 7412519.

HSL color Cylindrical-coordinate representation of color #271B71: hue angle of 248.37º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #271B71 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 27 113 -
CMYK 0.65 0.76 0 0.56
HSL 248.37º 0.61% 0.27% -
HSV(B) 248.37º 0.76% 0.44% -
XYZ 4.21 2.41 15.87 -
YUV 40.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 39 27 113 0.65 0.76 0 0.56 248.37 0.61 0.27
Hex 27 1B 71 41 4C 0 38 F8 3D 1B
Octal 47 33 161 101 114 0 70 370 75 33
Binary 100111 11011 1110001 1000001 1001100 0 111000 11111000 111101 11011

Color Harmonies of #271B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271B71

Black with #271B71

Text Example


Text Example

White with #271B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271B71; }

 p { color: rgb(39,27,113); }

 H1.HeaderClassName
 {
   color: #271B71;
 }
 .AnyTagClassName
 {
   color: #271B71;
 }
</style>

background-color css

<style>
 a { background-color: #271B71; }

 a { background-color: rgb(39,27,113); }

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

border-color css

<style>
 span { border-color: #271B71; }

 span { border-color: rgb(39,27,113); }

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