#27227C

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

Shades of Midnight Blue #27227C

Tints of Midnight Blue #27227C

Color information

#27227C (or 0x27227C) is unknown color: approx Midnight Blue. HEX triplet: 27, 22 and 7C. RGB value is (39,34,124). Sum of RGB (Red+Green+Blue) = 39+34+124=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #27227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27227C is #D8DD83. Grayscale: #2D2D2D. Windows color (decimal): -14212484 or 8135207. OLE color: 8135207.

HSL color Cylindrical-coordinate representation of color #27227C: hue angle of 243.33º 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 #27227C is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3934124-
CMYK0.690.7300.51
HSL243.33º56.96%30.98%-
HSV(B)243.33º72.58%48.63%-
XYZ5.053.0319.39-
YUV45.76172.16123.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.80%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 124 (48.83% from 255) = 62.94%
R=19.80%
G=17.26%
B=62.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39341240.690.7300.51243.3356.9630.98
Hex27227C4549033f3391f
Octal47421741051110633637137
Binary10011110001011111001000101100100101100111111001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27227C; }

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

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

<style>
 a { background-color: #27227C; }

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

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

<style>
 span { border-color: #27227C; }

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

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