Html Css Color HEX #27278C Midnight Blue

📋 copy color: '#27278C'

red 39 ◦ green 39 ◦ blue 140

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

Shades of Midnight Blue #27278C

Tints of Midnight Blue #27278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

 BLUE value IS 140 (55.08% from 255) = 64.22%

R = 17.89%
G = 17.89%
B = 64.22%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27278C (or 0x27278C) is known color: Midnight Blue. HEX triplet: 27, 27 and 8C. RGB value is (39,39,140). Sum of RGB (Red+Green+Blue) = 39+39+140=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #27278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27278C is #D8D873. Grayscale: #323232. Windows color (decimal): -14211188 or 9185063. OLE color: 9185063.

HSL color Cylindrical-coordinate representation of color #27278C: hue angle of 240º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27278C is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 39 140 -
CMYK 0.72 0.72 0 0.45
HSL 240º 0.56% 0.35% -
HSV(B) 240º 0.72% 0.55% -
XYZ 6.3 3.78 25.21 -
YUV 50.51 178.5 119.79 -
System Red Green Blue C M Y K H S L
Decimal 39 39 140 0.72 0.72 0 0.45 240 0.56 0.35
Hex 27 27 8C 48 48 0 2D F0 38 23
Octal 47 47 214 110 110 0 55 360 70 43
Binary 100111 100111 10001100 1001000 1001000 0 101101 11110000 111000 100011

Color Harmonies of #27278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27278C

Black with #27278C

Text Example


Text Example

White with #27278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,39,140); }

 H1.HeaderClassName
 {
   color: #27278C;
 }
 .AnyTagClassName
 {
   color: #27278C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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