Html Css Color HEX #272575 Midnight Blue

📋 copy color: '#272575'

red 39 ◦ green 37 ◦ blue 117

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

Shades of Midnight Blue #272575

Tints of Midnight Blue #272575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 60.62%

R = 20.21%
G = 19.17%
B = 60.62%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#272575 (or 0x272575) is known color: Midnight Blue. HEX triplet: 27, 25 and 75. RGB value is (39,37,117). Sum of RGB (Red+Green+Blue) = 39+37+117=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #272575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272575 is #D8DA8A. Grayscale: #2E2E2E. Windows color (decimal): -14211723 or 7677223. OLE color: 7677223.

HSL color Cylindrical-coordinate representation of color #272575: hue angle of 241.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #272575 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 37 117 -
CMYK 0.67 0.68 0 0.54
HSL 241.5º 0.52% 0.3% -
HSV(B) 241.5º 0.68% 0.46% -
XYZ 4.71 3.04 17.17 -
YUV 46.72 167.66 122.5 -
System Red Green Blue C M Y K H S L
Decimal 39 37 117 0.67 0.68 0 0.54 241.5 0.52 0.3
Hex 27 25 75 43 44 0 36 F2 34 1E
Octal 47 45 165 103 104 0 66 362 64 36
Binary 100111 100101 1110101 1000011 1000100 0 110110 11110010 110100 11110

Color Harmonies of #272575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272575

Black with #272575

Text Example


Text Example

White with #272575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272575; }

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

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

background-color css

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

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

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

border-color css

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

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

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