Html Css Color HEX #272082 Midnight Blue

📋 copy color: '#272082'

red 39 ◦ green 32 ◦ blue 130

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

Shades of Midnight Blue #272082

Tints of Midnight Blue #272082

RGB

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

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

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

R = 19.4%
G = 15.92%
B = 64.68%

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

#272082 (or 0x272082) is known color: 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

RGB 39 32 130 -
CMYK 0.70 0.75 0 0.49
HSL 244.29º 0.6% 0.32% -
HSV(B) 244.29º 0.75% 0.51% -
XYZ 5.38 3.08 21.43 -
YUV 45.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 39 32 130 0.70 0.75 0 0.49 244.29 0.6 0.32
Hex 27 20 82 46 4B 0 31 F4 3C 20
Octal 47 40 202 106 113 0 61 364 74 40
Binary 100111 100000 10000010 1000110 1001011 0 110001 11110100 111100 100000

Color Harmonies of #272082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272082

Black with #272082

Text Example


Text Example

White with #272082

Text Example


Text Example

HTML Codes & Css Web 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>