#27217C

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

Shades of Midnight Blue #27217C

Tints of Midnight Blue #27217C

Color information

#27217C (or 0x27217C) is unknown color: approx Midnight Blue. HEX triplet: 27, 21 and 7C. RGB value is (39,33,124). Sum of RGB (Red+Green+Blue) = 39+33+124=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #27217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27217C is #D8DE83. Grayscale: #2C2C2C. Windows color (decimal): -14212740 or 8134951. OLE color: 8134951.

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

Color convert

RGB3933124-
CMYK0.690.7300.51
HSL243.96º57.96%30.78%-
HSV(B)243.96º73.39%48.63%-
XYZ5.022.9719.38-
YUV45.17172.49123.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 124 (48.83% from 255) = 63.27%
R=19.90%
G=16.84%
B=63.27%

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
Decimal39331240.690.7300.51243.9657.9630.78
Hex27217C4549033f43a1f
Octal47411741051110633647237
Binary10011110000111111001000101100100101100111111010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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