Html Css Color HEX #272081 Midnight Blue

📋 copy color: '#272081'

red 39 ◦ green 32 ◦ blue 129

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

Shades of Midnight Blue #272081

Tints of Midnight Blue #272081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

 BLUE value IS 129 (50.78% from 255) = 64.5%

R = 19.5%
G = 16%
B = 64.5%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#272081 (or 0x272081) is known color: Midnight Blue. HEX triplet: 27, 20 and 81. RGB value is (39,32,129). Sum of RGB (Red+Green+Blue) = 39+32+129=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #272081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272081 is #D8DF7E. Grayscale: #2C2C2C. Windows color (decimal): -14212991 or 8462375. OLE color: 8462375.

HSL color Cylindrical-coordinate representation of color #272081: hue angle of 244.33º 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 #272081 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 32 129 -
CMYK 0.70 0.75 0 0.49
HSL 244.33º 0.6% 0.32% -
HSV(B) 244.33º 0.75% 0.51% -
XYZ 5.32 3.05 21.08 -
YUV 45.15 175.32 123.61 -
System Red Green Blue C M Y K H S L
Decimal 39 32 129 0.70 0.75 0 0.49 244.33 0.6 0.32
Hex 27 20 81 46 4B 0 31 F4 3C 20
Octal 47 40 201 106 113 0 61 364 74 40
Binary 100111 100000 10000001 1000110 1001011 0 110001 11110100 111100 100000

Color Harmonies of #272081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272081

Black with #272081

Text Example


Text Example

White with #272081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272081; }

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

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

background-color css

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

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

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

border-color css

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

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

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