#271F7C

Color #271F7C Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #271F7C

Tints of Midnight Blue #271F7C

Color information

#271F7C (or 0x271F7C) is unknown color: approx Midnight Blue. HEX triplet: 27, 1F and 7C. RGB value is (39,31,124). Sum of RGB (Red+Green+Blue) = 39+31+124=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #271F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271F7C is #D8E083. Grayscale: #2B2B2B. Windows color (decimal): -14213252 or 8134439. OLE color: 8134439.

HSL color Cylindrical-coordinate representation of color #271F7C: hue angle of 245.16º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #271F7C is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3931124-
CMYK0.690.7500.51
HSL245.16º60%30.39%-
HSV(B)245.16º75%48.63%-
XYZ4.962.8719.36-
YUV43.99173.15124.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 31 (12.5% from 255) = 15.98%
BLUE value IS 124 (48.83% from 255) = 63.92%
R=20.10%
G=15.98%
B=63.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39311240.690.7500.51245.166030.39
Hex271F7C454B033f53c1e
Octal47371741051130633657436
Binary1001111111111111001000101100101101100111111010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,31,124); }

 H1.HeaderClassName
 {
   color: #271F7C;
 }
 .AnyTagClassName
 {
   color: #271F7C;
 }
</style>
background-color css

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

 a { background-color: rgb(39,31,124); }

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

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

 span { border-color: rgb(39,31,124); }

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