Html Css Color HEX #393175 Minsk

📋 copy color: '#393175'

red 57 ◦ green 49 ◦ blue 117

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

Shades of Minsk #393175

Tints of Minsk #393175

RGB

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

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

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

R = 25.56%
G = 21.97%
B = 52.47%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#393175 (or 0x393175) is known color: Minsk. HEX triplet: 39, 31 and 75. RGB value is (57,49,117). Sum of RGB (Red+Green+Blue) = 57+49+117=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #393175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393175 is #C6CE8A. Grayscale: #3A3A3A. Windows color (decimal): -13029003 or 7680313. OLE color: 7680313.

HSL color Cylindrical-coordinate representation of color #393175: hue angle of 247.06º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393175 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 49 117 -
CMYK 0.51 0.58 0 0.54
HSL 247.06º 0.41% 0.33% -
HSV(B) 247.06º 0.58% 0.46% -
XYZ 6 4.35 17.35 -
YUV 59.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 57 49 117 0.51 0.58 0 0.54 247.06 0.41 0.33
Hex 39 31 75 33 3A 0 36 F7 29 21
Octal 71 61 165 63 72 0 66 367 51 41
Binary 111001 110001 1110101 110011 111010 0 110110 11110111 101001 100001

Color Harmonies of #393175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393175

Black with #393175

Text Example


Text Example

White with #393175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393175; }

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

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

background-color css

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

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

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

border-color css

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

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

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