Html Css Color HEX #272582 Midnight Blue

📋 copy color: '#272582'

red 39 ◦ green 37 ◦ blue 130

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

Shades of Midnight Blue #272582

Tints of Midnight Blue #272582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 63.11%

R = 18.93%
G = 17.96%
B = 63.11%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#272582 (or 0x272582) is known color: Midnight Blue. HEX triplet: 27, 25 and 82. RGB value is (39,37,130). Sum of RGB (Red+Green+Blue) = 39+37+130=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #272582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272582 is #D8DA7D. Grayscale: #2F2F2F. Windows color (decimal): -14211710 or 8529191. OLE color: 8529191.

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

Color convert

RGB 39 37 130 -
CMYK 0.70 0.72 0 0.49
HSL 241.29º 0.56% 0.33% -
HSV(B) 241.29º 0.72% 0.51% -
XYZ 5.53 3.37 21.48 -
YUV 48.2 174.16 121.44 -
System Red Green Blue C M Y K H S L
Decimal 39 37 130 0.70 0.72 0 0.49 241.29 0.56 0.33
Hex 27 25 82 46 48 0 31 F1 38 21
Octal 47 45 202 106 110 0 61 361 70 41
Binary 100111 100101 10000010 1000110 1001000 0 110001 11110001 111000 100001

Color Harmonies of #272582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272582

Black with #272582

Text Example


Text Example

White with #272582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272582; }

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

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

background-color css

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

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

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

border-color css

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

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

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