#27267A

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

Shades of Midnight Blue #27267A

Tints of Midnight Blue #27267A

Color information

#27267A (or 0x27267A) is unknown color: approx Midnight Blue. HEX triplet: 27, 26 and 7A. RGB value is (39,38,122). Sum of RGB (Red+Green+Blue) = 39+38+122=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #27267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27267A is #D8D985. Grayscale: #2F2F2F. Windows color (decimal): -14211462 or 8005159. OLE color: 8005159.

HSL color Cylindrical-coordinate representation of color #27267A: hue angle of 240.71º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27267A is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3938122-
CMYK0.680.6900.52
HSL240.71º52.5%31.37%-
HSV(B)240.71º68.85%47.84%-
XYZ5.043.2218.77-
YUV47.88169.83121.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=19.60%
G=19.10%
B=61.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39381220.680.6900.52240.7152.531.37
Hex27267A4445034f1341f
Octal47461721041050643616437
Binary10011110011011110101000100100010101101001111000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27267A; }

 p { color: rgb(39,38,122); }

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

<style>
 a { background-color: #27267A; }

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

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

<style>
 span { border-color: #27267A; }

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

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