Html Css Color HEX #393177 Minsk

📋 copy color: '#393177'

red 57 ◦ green 49 ◦ blue 119

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

Shades of Minsk #393177

Tints of Minsk #393177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.78%

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 25.33%
G = 21.78%
B = 52.89%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#393177 (or 0x393177) is known color: Minsk. HEX triplet: 39, 31 and 77. RGB value is (57,49,119). Sum of RGB (Red+Green+Blue) = 57+49+119=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #393177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393177 is #C6CE88. Grayscale: #3B3B3B. Windows color (decimal): -13029001 or 7811385. OLE color: 7811385.

HSL color Cylindrical-coordinate representation of color #393177: hue angle of 246.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #393177 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 49 119 -
CMYK 0.52 0.59 0 0.53
HSL 246.86º 0.42% 0.33% -
HSV(B) 246.86º 0.59% 0.47% -
XYZ 6.12 4.4 17.98 -
YUV 59.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 57 49 119 0.52 0.59 0 0.53 246.86 0.42 0.33
Hex 39 31 77 34 3B 0 35 F7 2A 21
Octal 71 61 167 64 73 0 65 367 52 41
Binary 111001 110001 1110111 110100 111011 0 110101 11110111 101010 100001

Color Harmonies of #393177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393177

Black with #393177

Text Example


Text Example

White with #393177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393177; }

 p { color: rgb(57,49,119); }

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

background-color css

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

 a { background-color: rgb(57,49,119); }

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

border-color css

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

 span { border-color: rgb(57,49,119); }

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