Html Css Color HEX #392771 Minsk

📋 copy color: '#392771'

red 57 ◦ green 39 ◦ blue 113

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

Shades of Minsk #392771

Tints of Minsk #392771

RGB

 RED value IS 57 (22.66% from 255) = 27.27%

 GREEN value IS 39 (15.63% from 255) = 18.66%

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 27.27%
G = 18.66%
B = 54.07%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#392771 (or 0x392771) is known color: Minsk. HEX triplet: 39, 27 and 71. RGB value is (57,39,113). Sum of RGB (Red+Green+Blue) = 57+39+113=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #392771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392771 is #C6D88E. Grayscale: #343434. Windows color (decimal): -13031567 or 7415609. OLE color: 7415609.

HSL color Cylindrical-coordinate representation of color #392771: hue angle of 254.59º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392771 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 39 113 -
CMYK 0.50 0.65 0 0.56
HSL 254.59º 0.49% 0.3% -
HSV(B) 254.59º 0.65% 0.44% -
XYZ 5.39 3.51 16.02 -
YUV 52.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 57 39 113 0.50 0.65 0 0.56 254.59 0.49 0.3
Hex 39 27 71 32 41 0 38 FF 31 1E
Octal 71 47 161 62 101 0 70 377 61 36
Binary 111001 100111 1110001 110010 1000001 0 111000 11111111 110001 11110

Color Harmonies of #392771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392771

Black with #392771

Text Example


Text Example

White with #392771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392771; }

 p { color: rgb(57,39,113); }

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

background-color css

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

 a { background-color: rgb(57,39,113); }

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

border-color css

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

 span { border-color: rgb(57,39,113); }

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