#272280

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

Shades of Midnight Blue #272280

Tints of Midnight Blue #272280

Color information

#272280 (or 0x272280) is unknown color: approx Midnight Blue. HEX triplet: 27, 22 and 80. RGB value is (39,34,128). Sum of RGB (Red+Green+Blue) = 39+34+128=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #272280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272280 is #D8DD7F. Grayscale: #2D2D2D. Windows color (decimal): -14212480 or 8397351. OLE color: 8397351.

HSL color Cylindrical-coordinate representation of color #272280: hue angle of 243.19º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #272280 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3934128-
CMYK0.700.7300.50
HSL243.19º58.02%31.76%-
HSV(B)243.19º73.44%50.2%-
XYZ5.313.1320.75-
YUV46.21174.16122.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 128 (50.39% from 255) = 63.68%
R=19.40%
G=16.92%
B=63.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39341280.700.7300.50243.1958.0231.76
Hex2722804649032f33a20
Octal47422001061110623637240
Binary1001111000101000000010001101001001011001011110011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272280; }

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

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

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

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

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

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

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

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