Html Css Color HEX #272580 Midnight Blue

📋 copy color: '#272580'

red 39 ◦ green 37 ◦ blue 128

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

Shades of Midnight Blue #272580

Tints of Midnight Blue #272580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

 BLUE value IS 128 (50.39% from 255) = 62.75%

R = 19.12%
G = 18.14%
B = 62.75%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#272580 (or 0x272580) is known color: Midnight Blue. HEX triplet: 27, 25 and 80. RGB value is (39,37,128). Sum of RGB (Red+Green+Blue) = 39+37+128=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #272580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272580 is #D8DA7F. Grayscale: #2F2F2F. Windows color (decimal): -14211712 or 8398119. OLE color: 8398119.

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

Color convert

RGB 39 37 128 -
CMYK 0.70 0.71 0 0.50
HSL 241.32º 0.55% 0.32% -
HSV(B) 241.32º 0.71% 0.5% -
XYZ 5.39 3.31 20.78 -
YUV 47.97 173.16 121.6 -
System Red Green Blue C M Y K H S L
Decimal 39 37 128 0.70 0.71 0 0.50 241.32 0.55 0.32
Hex 27 25 80 46 47 0 32 F1 37 20
Octal 47 45 200 106 107 0 62 361 67 40
Binary 100111 100101 10000000 1000110 1000111 0 110010 11110001 110111 100000

Color Harmonies of #272580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272580

Black with #272580

Text Example


Text Example

White with #272580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272580; }

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

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

background-color css

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

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

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

border-color css

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

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

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