#272082

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

Shades of Midnight Blue #272082

Tints of Midnight Blue #272082

Color information

#272082 (or 0x272082) is unknown color: approx Midnight Blue. HEX triplet: 27, 20 and 82. RGB value is (39,32,130). Sum of RGB (Red+Green+Blue) = 39+32+130=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #272082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272082 is #D8DF7D. Grayscale: #2C2C2C. Windows color (decimal): -14212990 or 8527911. OLE color: 8527911.

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

Color convert

RGB3932130-
CMYK0.700.7500.49
HSL244.29º60.49%31.76%-
HSV(B)244.29º75.38%50.98%-
XYZ5.383.0821.43-
YUV45.26175.82123.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 130 (51.17% from 255) = 64.68%
R=19.40%
G=15.92%
B=64.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39321300.700.7500.49244.2960.4931.76
Hex272082464B031f43c20
Octal47402021061130613647440
Binary1001111000001000001010001101001011011000111110100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272082; }

 p { color: rgb(39,32,130); }

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

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

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

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

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

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

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